┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-02 17:42:43 +0000
committerPeter Penz <[email protected]>2007-06-02 17:42:43 +0000
commitea548584637bf0f6da5d8dac0e7172a4cdc1fc50 (patch)
treec77c9f6ece8c9645d240c2c5969c88314cfa6a94 /src/dolphiniconsview.h
parentc5a871a6a25d367d80d9b2d9a85fcf8b32f51538 (diff)
don't forget to clear the hover information when a drag leave event occurs
svn path=/trunk/KDE/kdebase/apps/; revision=670856
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index d2fc6b4ab..a7f00426e 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -49,6 +49,7 @@ protected:
virtual void mousePressEvent(QMouseEvent* event);
virtual void mouseReleaseEvent(QMouseEvent* event);
virtual void dragEnterEvent(QDragEnterEvent* event);
+ virtual void dragLeaveEvent(QDragLeaveEvent* event);
virtual void dragMoveEvent(QDragMoveEvent* event);
virtual void dropEvent(QDropEvent* event);
virtual void paintEvent(QPaintEvent* event);