┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.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/dolphindetailsview.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/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 8792881fd..b3944b4a1 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -52,6 +52,7 @@ protected:
virtual void mouseMoveEvent(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);