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