From fe8b349bcee6426ddc6f33bc221dfc8973b07e33 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 2 Mar 2007 18:59:09 +0000 Subject: It seems some people cannot live without a tree view ;-) So Dolphin will provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)... svn path=/trunk/KDE/kdebase/apps/; revision=638628 --- src/sidebarpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sidebarpage.cpp') diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 25b528f55..ce3b8cc34 100644 --- a/src/sidebarpage.cpp +++ b/src/sidebarpage.cpp @@ -20,7 +20,7 @@ #include "sidebarpage.h" #include "dolphinmainwindow.h" -SidebarPage::SidebarPage(DolphinMainWindow *mainWindow, QWidget* parent) : +SidebarPage::SidebarPage(DolphinMainWindow* mainWindow, QWidget* parent) : QWidget(parent), m_mainWindow(mainWindow) { -- cgit v1.3