]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewsidebarpage.h
Treeview fixes (backport):
[dolphin.git] / src / treeviewsidebarpage.h
index 978323f409ea4db16fac76bd5cee5eb33e9a29d6..d0c3850e925ee639414a68bd70efc2159fa04a3e 100644 (file)
@@ -107,7 +107,15 @@ private:
      */
     void loadTree(const KUrl& url);
 
+    /**
+     * Selects the current leaf directory m_leafDir and assures
+     * that the directory is visible if the leaf has been set by
+     * TreeViewSidebarPage::setUrl().
+     */
+    void selectLeafDirectory();
+
 private:
+    bool m_setLeafVisible;
     bool m_dirListerCompleted;
     KDirLister* m_dirLister;
     DolphinModel* m_dolphinModel;