equal
deleted
inserted
replaced
104 - (BOOL)isComposing; |
104 - (BOOL)isComposing; |
105 - (QWidget *)qt_qwidget; |
105 - (QWidget *)qt_qwidget; |
106 - (void) qt_clearQWidget; |
106 - (void) qt_clearQWidget; |
107 - (BOOL)qt_leftButtonIsRightButton; |
107 - (BOOL)qt_leftButtonIsRightButton; |
108 - (void)qt_setLeftButtonIsRightButton:(BOOL)isSwapped; |
108 - (void)qt_setLeftButtonIsRightButton:(BOOL)isSwapped; |
|
109 - (void)changeDraggingCursor:(NSDragOperation)newOperation; |
109 + (DnDParams*)currentMouseEvent; |
110 + (DnDParams*)currentMouseEvent; |
110 |
111 |
111 @end |
112 @end |
112 #endif |
113 #endif |