diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-03-21 15:09:33 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-03-21 15:09:33 (GMT) |
commit | f464bef8b0d8cd30a3c795558e5a7b28635ac057 (patch) | |
tree | 01c17f782a3b79cf71656c6910432ca43d4557d5 /src/gui/kernel/qcocoapanel_mac_p.h | |
parent | 0112a4ce3980bfaf5a3e45a5f77cf65700db5436 (diff) | |
parent | 86ceda033eda6bd615134f71b9850081a0c808c9 (diff) | |
download | Qt-f464bef8b0d8cd30a3c795558e5a7b28635ac057.zip Qt-f464bef8b0d8cd30a3c795558e5a7b28635ac057.tar.gz Qt-f464bef8b0d8cd30a3c795558e5a7b28635ac057.tar.bz2 |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/gui/kernel/qcocoapanel_mac_p.h')
-rw-r--r-- | src/gui/kernel/qcocoapanel_mac_p.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/kernel/qcocoapanel_mac_p.h b/src/gui/kernel/qcocoapanel_mac_p.h index b41a4b5..5426159 100644 --- a/src/gui/kernel/qcocoapanel_mac_p.h +++ b/src/gui/kernel/qcocoapanel_mac_p.h @@ -60,6 +60,13 @@ QT_FORWARD_DECLARE_CLASS(QStringList); QT_FORWARD_DECLARE_CLASS(QCocoaDropData); +@interface NSPanel (QtIntegration) +- (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender; +- (NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender; +- (void)draggingExited:(id <NSDraggingInfo>)sender; +- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender; +@end + @interface QT_MANGLE_NAMESPACE(QCocoaPanel) : NSPanel { QStringList *currentCustomDragTypes; QCocoaDropData *dropData; |