src/gui/kernel/qcocoapanel_mac_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/gui/kernel/qcocoapanel_mac_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/gui/kernel/qcocoapanel_mac_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -54,10 +54,16 @@
 #ifdef QT_MAC_USE_COCOA
 #import <Cocoa/Cocoa.h>
 
+QT_FORWARD_DECLARE_CLASS(QStringList);
+
 @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel {
     bool leftButtonIsRightButton;
+    QStringList *currentCustomDragTypes;
 }
 
 + (Class)frameViewClassForStyleMask:(NSUInteger)styleMask;
+- (void)registerDragTypes;
+
 @end
 #endif
+