From 7a91492cff931c0c4e0d38dd0aee77d9dcb29373 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 4 Sep 2011 17:40:44 +0200 Subject: Improved drag and drop support --- src/views/dolphinview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 085de332d..49da948d6 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ - #ifndef DOLPHINVIEW_H #define DOLPHINVIEW_H @@ -48,6 +47,7 @@ class KFileItemModel; class KUrl; class ToolTipManager; class ViewProperties; +class QGraphicsSceneDragDropEvent; class QRegExp; /** @@ -559,6 +559,7 @@ private slots: void slotItemExpansionToggleClicked(int index); void slotItemHovered(int index); void slotItemUnhovered(int index); + void slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* event); /** * Emits the signal \a selectionChanged() with a small delay. This is -- cgit v1.3