diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-06-02 18:28:48 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-06-02 18:28:48 (GMT) |
commit | 9877c2b3b4b9bb8afaac9b207917ccdd866ad1d3 (patch) | |
tree | feaef23d8c3c4291421e4d04cbf838ee61a0527e /src/gui/widgets/qmenu.h | |
parent | 629c7c2785bc7b371ed8ce1abf016c6c35a4a78f (diff) | |
download | Qt-9877c2b3b4b9bb8afaac9b207917ccdd866ad1d3.zip Qt-9877c2b3b4b9bb8afaac9b207917ccdd866ad1d3.tar.gz Qt-9877c2b3b4b9bb8afaac9b207917ccdd866ad1d3.tar.bz2 |
Since now, S60 commands are handled by QApplication::s60HandleCommandL
inside QtGui, we do not need to export those QMenu[Bar]::symbianCommands
through our public API, anymore.
This commit moved the code of QMenuBar::symbianCommands to
QMenuBarPrivate::symbianCommands and made that one static.
QMenu[Private]::symbianCommands was apparently unused -> deleted.
RevBy: Jason Barron
RevvBy: Markku Luukkainen
Diffstat (limited to 'src/gui/widgets/qmenu.h')
-rw-r--r-- | src/gui/widgets/qmenu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/qmenu.h b/src/gui/widgets/qmenu.h index 1676eb8..bf1c39f 100644 --- a/src/gui/widgets/qmenu.h +++ b/src/gui/widgets/qmenu.h @@ -184,9 +184,6 @@ protected: #ifdef Q_OS_WINCE QAction* wceCommands(uint command); #endif -#ifdef Q_OS_SYMBIAN - void symbianCommands(int command); -#endif private Q_SLOTS: void internalSetSloppyAction(); |