From eb36093c2c5a8782c7c7f6be92881c108c30a5b1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 16 Apr 2008 20:26:21 +0000 Subject: 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 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index c912b99f7..56d492ce1 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -63,6 +63,7 @@ protected: virtual void keyPressEvent(QKeyEvent* event); virtual void wheelEvent(QWheelEvent* event); virtual void showEvent(QShowEvent* event); + virtual void leaveEvent(QEvent* event); private slots: void slotShowPreviewChanged(); -- cgit v1.3.1