diff options
| author | Peter Penz <[email protected]> | 2007-06-19 16:35:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-19 16:35:52 +0000 |
| commit | 5926d0fddd94d25a5546eee82a6dd8f072196b83 (patch) | |
| tree | 84d7772c5aa8031702c8e69d090e8b74f8a159cb /src/dolphinviewcontainer.h | |
| parent | d79282c14cc49fc774dbcccfcb6bdfedcac03870 (diff) | |
* 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
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 4 |
1 files changed, 1 insertions, 3 deletions
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(); |
