src/gui/widgets/qcocoamenu_mac_p.h
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    74     QMenu *qmenu;
    74     QMenu *qmenu;
    75     QAction *previousAction;
    75     QAction *previousAction;
    76 }
    76 }
    77 - (id)initWithQMenu:(QMenu*)menu;
    77 - (id)initWithQMenu:(QMenu*)menu;
    78 - (BOOL)menuHasKeyEquivalent:(NSMenu *)menu forEvent:(NSEvent *)event target:(id *)target action:(SEL *)action;
    78 - (BOOL)menuHasKeyEquivalent:(NSMenu *)menu forEvent:(NSEvent *)event target:(id *)target action:(SEL *)action;
       
    79 - (NSInteger)indexOfItemWithTarget:(id)anObject andAction:(SEL)actionSelector;
    79 @end
    80 @end
    80 #endif
    81 #endif
    81 
    82