src/gui/kernel/qcocoawindow_mac_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    71 - (QWidget *)QT_MANGLE_NAMESPACE(qt_qwidget);
    71 - (QWidget *)QT_MANGLE_NAMESPACE(qt_qwidget);
    72 @end
    72 @end
    73 
    73 
    74 @interface QT_MANGLE_NAMESPACE(QCocoaWindow) : NSWindow {
    74 @interface QT_MANGLE_NAMESPACE(QCocoaWindow) : NSWindow {
    75     bool leftButtonIsRightButton;
    75     bool leftButtonIsRightButton;
       
    76     QStringList *currentCustomDragTypes;
    76 }
    77 }
    77 
    78 
    78 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
    79 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
       
    80 - (void)registerDragTypes;
       
    81 
    79 @end
    82 @end
    80 #endif
    83 #endif
    81 
    84