Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/widgets/qmenu_p.h

    r651 r769  
    348348        inline void syncAction(QAction *a) { syncAction(findAction(a)); }
    349349        void removeAction(QWceMenuAction *);
    350         void rebuild(bool reCreate = false);
     350        void rebuild();
    351351        inline void removeAction(QAction *a) { removeAction(findAction(a)); }
    352352        inline QWceMenuAction *findAction(QAction *a) {
     
    359359        }
    360360    } *wce_menu;
    361     HMENU wceMenu(bool create = false);
     361    HMENU wceMenu();
    362362    QAction* wceCommands(uint command);
    363363#endif
Note: See TracChangeset for help on using the changeset viewer.