┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 07:16:59 +0000
committerPeter Penz <[email protected]>2007-02-17 07:16:59 +0000
commit86110e2778d6ac5eb4454f58de532cabfcd75dbf (patch)
tree2956218f161a2c2198f851af1aa678857f6073ca /src/dolphinview.h
parent73a9e20701c4265dd9b56f9ecdd0012d6287c041 (diff)
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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
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);