From 86110e2778d6ac5eb4454f58de532cabfcd75dbf Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 07:16:59 +0000 Subject: Assure that the horizontal and vertical slider position don't reset if an item is deleted or added. svn path=/trunk/KDE/kdebase/apps/; revision=634399 --- src/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 7d6e1288f..4bb254f42 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -457,6 +457,12 @@ private slots: */ void updateSortOrder(Qt::SortOrder order); + /** + * Emits the signal contentsMoved with the current coordinates + * of the viewport as parameters. + */ + void emitContentsMoved(); + private: void startDirLister(const KUrl& url, bool reload = false); -- cgit v1.3