summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenubar_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/qmenubar_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/qmenubar_p.h')
-rw-r--r--src/gui/widgets/qmenubar_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenubar_p.h b/src/gui/widgets/qmenubar_p.h
index d562cd9..7993acd 100644
--- a/src/gui/widgets/qmenubar_p.h
+++ b/src/gui/widgets/qmenubar_p.h
@@ -259,7 +259,7 @@ public:
}
} *symbian_menubar;
- bool symbianCommands(int command);
+ static void symbianCommands(int command);
#endif
};