diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-30 12:16:07 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-06-30 12:16:58 (GMT) |
commit | 4d8567b85bf14b1515aafc97c035b2dda2c79b2a (patch) | |
tree | 62287bca64a84ef3c2cb0bc87823f5fec273b023 /src/gui/widgets/qtoolbar.h | |
parent | 548274de342d6b14de57c96c484e02118b858d4a (diff) | |
download | Qt-4d8567b85bf14b1515aafc97c035b2dda2c79b2a.zip Qt-4d8567b85bf14b1515aafc97c035b2dda2c79b2a.tar.gz Qt-4d8567b85bf14b1515aafc97c035b2dda2c79b2a.tar.bz2 |
QToolBar: fix coverity warnings
I also changed a bit the way the timer for the popup is working
Diffstat (limited to 'src/gui/widgets/qtoolbar.h')
-rw-r--r-- | src/gui/widgets/qtoolbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qtoolbar.h b/src/gui/widgets/qtoolbar.h index 2ab4ffd..07502b3 100644 --- a/src/gui/widgets/qtoolbar.h +++ b/src/gui/widgets/qtoolbar.h @@ -167,7 +167,6 @@ private: Q_PRIVATE_SLOT(d_func(), void _q_toggleView(bool)) Q_PRIVATE_SLOT(d_func(), void _q_updateIconSize(const QSize &)) Q_PRIVATE_SLOT(d_func(), void _q_updateToolButtonStyle(Qt::ToolButtonStyle)) - Q_PRIVATE_SLOT(d_func(), void _q_waitForPopup()) friend class QMainWindow; friend class QMainWindowLayout; |