Changeset 769 for trunk/src/gui/widgets/qmenubar_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qmenubar_p.h
r651 r769 244 244 void symbianCreateMenuBar(QWidget *); 245 245 void symbianDestroyMenuBar(); 246 void reparentMenuBar(QWidget *oldParent, QWidget *newParent); 246 247 struct QSymbianMenuBarPrivate { 247 248 QList<QSymbianMenuAction*> actionItems; … … 268 269 } *symbian_menubar; 269 270 static int symbianCommands(int command); 270 271 #ifdef QT_SOFTKEYS_ENABLED 272 QAction *menuBarAction; 273 #endif 271 274 #endif 272 275 };
Note:
See TracChangeset
for help on using the changeset viewer.