equal
deleted
inserted
replaced
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 |