Changeset 769 for trunk/src/gui/widgets/qmenu_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/qmenu_p.h
r651 r769 348 348 inline void syncAction(QAction *a) { syncAction(findAction(a)); } 349 349 void removeAction(QWceMenuAction *); 350 void rebuild( bool reCreate = false);350 void rebuild(); 351 351 inline void removeAction(QAction *a) { removeAction(findAction(a)); } 352 352 inline QWceMenuAction *findAction(QAction *a) { … … 359 359 } 360 360 } *wce_menu; 361 HMENU wceMenu( bool create = false);361 HMENU wceMenu(); 362 362 QAction* wceCommands(uint command); 363 363 #endif
Note:
See TracChangeset
for help on using the changeset viewer.