┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnwidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-16 20:26:21 +0000
committerPeter Penz <[email protected]>2008-04-16 20:26:21 +0000
commiteb36093c2c5a8782c7c7f6be92881c108c30a5b1 (patch)
tree12e4fe072f7b5388f5e4c357a726061bd82734de /src/dolphincolumnwidget.h
parent12c1feb0c5ac8d402ee03dc9da39f826ae04ce0b (diff)
if the mouse is above an item and moved very fast outside the widget, no viewportEntered() signal might be emitted although the mouse has been moved above the viewport
svn path=/trunk/KDE/kdebase/apps/; revision=797742
Diffstat (limited to 'src/dolphincolumnwidget.h')
-rw-r--r--src/dolphincolumnwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h
index 11acb6d02..e51ff5d97 100644
--- a/src/dolphincolumnwidget.h
+++ b/src/dolphincolumnwidget.h
@@ -115,6 +115,7 @@ protected:
virtual void keyPressEvent(QKeyEvent* event);
virtual void contextMenuEvent(QContextMenuEvent* event);
virtual void wheelEvent(QWheelEvent* event);
+ virtual void leaveEvent(QEvent* event);
virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
private slots: