src/gui/widgets/qmenu_p.h
changeset 25 e24348a560a6
parent 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
23:89e065397ea6 25:e24348a560a6
   356                     return act;
   356                     return act;
   357             }
   357             }
   358             return 0;
   358             return 0;
   359         }
   359         }
   360     } *wce_menu;
   360     } *wce_menu;
   361     HMENU wceMenu(bool create = false);
   361     HMENU wceMenu();
   362     QAction* wceCommands(uint command);
   362     QAction* wceCommands(uint command);
   363 #endif
   363 #endif
   364 #if defined(Q_WS_S60)
   364 #if defined(Q_WS_S60)
   365     struct QSymbianMenuPrivate {
   365     struct QSymbianMenuPrivate {
   366         QList<QSymbianMenuAction*> actionItems;
   366         QList<QSymbianMenuAction*> actionItems;