diff options
Diffstat (limited to 'src/ktreeview.h')
| -rw-r--r-- | src/ktreeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ktreeview.h b/src/ktreeview.h index 4a6262621..0e9841fb3 100644 --- a/src/ktreeview.h +++ b/src/ktreeview.h @@ -35,6 +35,7 @@ public: bool autoHorizontalScroll() const; virtual void setSelectionModel(QItemSelectionModel *selectionModel); + virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible); private: class KTreeViewPrivate; |
