┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-06 21:11:04 +0000
committerPeter Penz <[email protected]>2007-01-06 21:11:04 +0000
commit8fb8b7d7112eb3984d78d150382fce029d9ceeeb (patch)
tree746674c3c09970789ecec9bbe33fce275ef8b73e /src/dolphiniconsview.h
parent86ad5d0a630654f81f4649f997dd6451f371f5f6 (diff)
Reanimated drag & drop support for the icons view.
svn path=/trunk/playground/utils/dolphin/; revision=620649
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h2
1 files changed, 2 insertions, 0 deletions
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;