src/gui/kernel/qcocoapanel_mac_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    52 
    52 
    53 #include "qmacdefines_mac.h"
    53 #include "qmacdefines_mac.h"
    54 #ifdef QT_MAC_USE_COCOA
    54 #ifdef QT_MAC_USE_COCOA
    55 #import <Cocoa/Cocoa.h>
    55 #import <Cocoa/Cocoa.h>
    56 
    56 
       
    57 QT_FORWARD_DECLARE_CLASS(QStringList);
       
    58 
    57 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
    59 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
    58     bool leftButtonIsRightButton;
    60     bool leftButtonIsRightButton;
       
    61     QStringList *currentCustomDragTypes;
    59 }
    62 }
    60 
    63 
    61 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
    64 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
       
    65 - (void)registerDragTypes;
       
    66 
    62 @end
    67 @end
    63 #endif
    68 #endif
       
    69