┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewautoscroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinviewautoscroller.h')
-rw-r--r--src/dolphinviewautoscroller.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dolphinviewautoscroller.h b/src/dolphinviewautoscroller.h
index 177c6ee0f..dd84963a7 100644
--- a/src/dolphinviewautoscroller.h
+++ b/src/dolphinviewautoscroller.h
@@ -38,24 +38,24 @@ class DolphinViewAutoScroller : public QObject
public:
DolphinViewAutoScroller(QAbstractItemView* parent);
virtual ~DolphinViewAutoScroller();
-
+
protected:
virtual bool eventFilter(QObject* watched, QEvent* event);
private slots:
void scrollViewport();
void scrollToCurrentIndex();
-
+
private:
void triggerAutoScroll();
void stopAutoScroll();
-
+
/**
* Calculates the scroll increment m_scrollInc dependent from
* the cursor position \a cursorPos and the range 0 - \a rangeSize - 1.
*/
void calculateScrollIncrement(int cursorPos, int rangeSize);
-
+
private:
bool m_rubberBandSelection;
int m_scrollInc;