summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu_p.h
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-06-02 18:28:48 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-06-02 18:28:48 (GMT)
commit9877c2b3b4b9bb8afaac9b207917ccdd866ad1d3 (patch)
treefeaef23d8c3c4291421e4d04cbf838ee61a0527e /src/gui/widgets/qmenu_p.h
parent629c7c2785bc7b371ed8ce1abf016c6c35a4a78f (diff)
downloadQt-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_p.h')
-rw-r--r--src/gui/widgets/qmenu_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenu_p.h b/src/gui/widgets/qmenu_p.h
index a45f12f..aafc945 100644
--- a/src/gui/widgets/qmenu_p.h
+++ b/src/gui/widgets/qmenu_p.h
@@ -358,7 +358,6 @@ public:
return 0;
}
} *symbian_menu;
- bool symbianCommands(int command);
#endif
QPointer<QWidget> noReplayFor;
};