diff options
| author | Peter Penz <[email protected]> | 2010-10-27 20:11:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-27 20:11:46 +0000 |
| commit | 8559b78d7d4061bb70e6fe6ac2b787692282e69d (patch) | |
| tree | 5b67cf919dd1c6b5592f37d4dbdaa468b8f64969 /src/panels/folders/ktreeview_p.h | |
| parent | 8a7591e20b7184c6214b9d4420298d169d326e4d (diff) | |
- Allow to disable the automatic horizontal scrolling of the Folders Panel
- Remember the 'Show Hidden Files' setting
- Improve the autoscroll behavior
- Fix issue that expanding folders might not increase the horizontal width
- Fix issue that the selected item might get hidden by the horizontal scrollbar
BUG: 191787
FIXED-IN: 4.6.0
CCMAIL: [email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=1190479
Diffstat (limited to 'src/panels/folders/ktreeview_p.h')
| -rw-r--r-- | src/panels/folders/ktreeview_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panels/folders/ktreeview_p.h b/src/panels/folders/ktreeview_p.h index 1cfa463cd..9ea4ac7ee 100644 --- a/src/panels/folders/ktreeview_p.h +++ b/src/panels/folders/ktreeview_p.h @@ -25,7 +25,6 @@ #include "ktreeview.h" -class QTimer; class QTimeLine; class KTreeView::KTreeViewPrivate : public QObject @@ -39,11 +38,9 @@ public Q_SLOTS: public: KTreeViewPrivate(KTreeView *parent); KTreeView *parent; - void setScrollTowards( int scrollTowards ); bool autoHorizontalScroll; QTimeLine *timeLine; - QTimer *startScrollTimer; }; #endif /* ifndef KTREEVIEW_P_H */ |
