diff options
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index e874957de..1ff56babd 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -191,6 +191,12 @@ private slots: void slotRubberBandEndPosChanged(); void slotRubberBandActivationChanged(bool active); + /** + * Emits the signal scrollTo() with the corresponding target offset if the current + * mouse position is above the autoscroll-margin. + */ + void triggerAutoScrolling(); + private: enum LayoutAnimationHint { @@ -255,12 +261,6 @@ private: void updateWidgetProperties(KItemListWidget* widget, int index); /** - * Emits the signal scrollTo() with the corresponding target offset if the current - * mouse position is above the autoscroll-margin. - */ - void triggerAutoScrolling(); - - /** * Helper function for triggerAutoScrolling(). Returns the scroll increment * that should be added to the offset() based on the available size \a size * and the current mouse position \a pos. As soon as \a pos is inside |
