From 8fb8b7d7112eb3984d78d150382fce029d9ceeeb Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 6 Jan 2007 21:11:04 +0000 Subject: Reanimated drag & drop support for the icons view. svn path=/trunk/playground/utils/dolphin/; revision=620649 --- src/dolphiniconsview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 53554740e..e8ead3eb6 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -45,6 +45,8 @@ protected: virtual QStyleOptionViewItem viewOptions() const; virtual void contextMenuEvent(QContextMenuEvent* event); virtual void mouseReleaseEvent(QMouseEvent* event); + virtual void dragEnterEvent(QDragEnterEvent* event); + virtual void dropEvent(QDropEvent* event); private: DolphinView* m_parentView; -- cgit v1.3.1