src/gui/widgets/qmenubar_p.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   267         }
   267         }
   268         void insertNativeMenuItems(const QList<QAction*> &actions);
   268         void insertNativeMenuItems(const QList<QAction*> &actions);
   269 
   269 
   270     } *symbian_menubar;
   270     } *symbian_menubar;
   271     static int symbianCommands(int command);
   271     static int symbianCommands(int command);
       
   272 #endif
   272 #ifdef QT_SOFTKEYS_ENABLED
   273 #ifdef QT_SOFTKEYS_ENABLED
   273     QAction *menuBarAction;
   274     QAction *menuBarAction;
   274 #endif
   275 #endif
   275 #endif
       
   276 };
   276 };
   277 #endif
   277 #endif
   278 
   278 
   279 #endif // QT_NO_MENUBAR
   279 #endif // QT_NO_MENUBAR
   280 
   280