src/gui/kernel/qcocoapanel_mac_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    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 
       
    58 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
    57 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
    59     bool leftButtonIsRightButton;
    58     bool leftButtonIsRightButton;
    60 }
    59 }
    61 
    60 
    62 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
    61 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
    63 
       
    64 @end
    62 @end
    65 #endif
    63 #endif