┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/draganddrophelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draganddrophelper.h')
-rw-r--r--src/draganddrophelper.h5
1 files changed, 4 insertions, 1 deletions
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 <QtCore/Qt>
+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