diff options
| author | Peter Penz <[email protected]> | 2007-06-02 17:42:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-02 17:42:43 +0000 |
| commit | ea548584637bf0f6da5d8dac0e7172a4cdc1fc50 (patch) | |
| tree | c77c9f6ece8c9645d240c2c5969c88314cfa6a94 /src/dolphindetailsview.h | |
| parent | c5a871a6a25d367d80d9b2d9a85fcf8b32f51538 (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.h | 1 |
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); |
