From 7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Dec 2008 15:39:09 +0000 Subject: only jump automatically to the current index, if the autoscrolling is not active svn path=/trunk/KDE/kdebase/apps/; revision=896481 --- src/dolphinviewautoscroller.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinviewautoscroller.h') diff --git a/src/dolphinviewautoscroller.h b/src/dolphinviewautoscroller.h index 6ef6631f7..3827b2326 100644 --- a/src/dolphinviewautoscroller.h +++ b/src/dolphinviewautoscroller.h @@ -38,6 +38,7 @@ class DolphinViewAutoScroller : public QObject public: DolphinViewAutoScroller(QAbstractItemView* parent); virtual ~DolphinViewAutoScroller(); + bool isActive() const; protected: virtual bool eventFilter(QObject* watched, QEvent* event); -- cgit v1.3