┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewautoscroller.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-13 15:39:09 +0000
committerPeter Penz <[email protected]>2008-12-13 15:39:09 +0000
commit7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c (patch)
tree5b5d776e1b26e48b8842c6d615a60343b73354d7 /src/dolphinviewautoscroller.h
parentc91c770ef1a60e7966048ece0ebfe861c8b288d1 (diff)
only jump automatically to the current index, if the autoscrolling is not active
svn path=/trunk/KDE/kdebase/apps/; revision=896481
Diffstat (limited to 'src/dolphinviewautoscroller.h')
-rw-r--r--src/dolphinviewautoscroller.h1
1 files changed, 1 insertions, 0 deletions
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);