From cb928888f7e8b0450fc8c4cf0dd4f5ea3c46eb42 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 22 Oct 2008 06:11:59 +0000 Subject: * don't show a tooltip if a rubberband selection is done * hide a tooltip if a drag operation has been started BUG: 173148 CCMAIL: simon@etotheipiplusone.com svn path=/trunk/KDE/kdebase/apps/; revision=874641 --- src/draganddrophelper.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/draganddrophelper.h') diff --git a/src/draganddrophelper.h b/src/draganddrophelper.h index 93f9ddd12..64e347e9c 100644 --- a/src/draganddrophelper.h +++ b/src/draganddrophelper.h @@ -22,6 +22,7 @@ #include +class DolphinController; class QAbstractItemView; class QBrush; class QRect; @@ -41,7 +42,9 @@ public: /** * Creates a drag object for the view \a itemView for all selected items. */ - static void startDrag(QAbstractItemView* itemView, Qt::DropActions supportedActions); + static void startDrag(QAbstractItemView* itemView, + Qt::DropActions supportedActions, + DolphinController* controller = 0); }; #endif -- cgit v1.3