Changeset 651 for trunk/src/gui/widgets/qmenu_p.h
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/widgets/qmenu_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 72 72 73 73 #ifdef Q_WS_S60 74 74 75 void qt_symbian_show_toplevel(CEikMenuPane* menuPane); 75 76 void qt_symbian_show_submenu(CEikMenuPane* menuPane, int id); … … 88 89 # endif //__OBJC__ 89 90 struct QMacMenuAction { 90 QMacMenuAction() 91 QMacMenuAction() 91 92 #ifndef QT_MAC_USE_COCOA 92 93 : command(0) … … 125 126 #ifdef Q_WS_WINCE 126 127 struct QWceMenuAction { 127 uint command; 128 uint command; 128 129 QPointer<QAction> action; 129 130 HMENU menuHandle; … … 341 342 HMENU menuHandle; 342 343 QWceMenuPrivate(); 343 ~QWceMenuPrivate(); 344 ~QWceMenuPrivate(); 344 345 void addAction(QAction *, QWceMenuAction* =0); 345 346 void addAction(QWceMenuAction *, QWceMenuAction* =0);
Note:
See TracChangeset
for help on using the changeset viewer.