From 5926d0fddd94d25a5546eee82a6dd8f072196b83 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 19 Jun 2007 16:35:52 +0000 Subject: * fixed issue that some view properties like "show in groups" are ignored when a new DolphinViewContainer has been created (happens on startup or when a view is split) * get rid of redundant parameter in constructors of DolphinView and DolphinViewContainer svn path=/trunk/KDE/kdebase/apps/; revision=677654 --- src/dolphinviewcontainer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a9676ca96..de77fb03a 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -65,9 +65,7 @@ class DolphinViewContainer : public QWidget public: DolphinViewContainer(DolphinMainWindow* mainwindow, QWidget *parent, - const KUrl& url, - DolphinView::Mode mode = DolphinView::IconsView, - bool showHiddenFiles = false); + const KUrl& url); virtual ~DolphinViewContainer(); -- cgit v1.3