]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewsidebarpage.h
differ between pasting one folder, pasting one file and pasting n items
[dolphin.git] / src / treeviewsidebarpage.h
index d0c3850e925ee639414a68bd70efc2159fa04a3e..a389077a94e7da64ca8aeaf40321abe72201f128 100644 (file)
@@ -99,6 +99,11 @@ private slots:
      */
     void loadSubTree();
 
+    /**
+     * Assures that the leaf folder gets visible.
+     */
+    void scrollToLeaf();
+
 private:
     /**
      * Initializes the base URL of the tree and expands all
@@ -116,7 +121,7 @@ private:
 
 private:
     bool m_setLeafVisible;
-    bool m_dirListerCompleted;
+    int m_horizontalPos;
     KDirLister* m_dirLister;
     DolphinModel* m_dolphinModel;
     DolphinSortFilterProxyModel* m_proxyModel;