From 17033c5da6c60d37ded588ea0fa44f73bd85dc1d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 21 Dec 2008 10:15:19 +0000 Subject: When common view properties are used for all folders, the internal properties should not be changed during the lifetime of a DolphinView instance. This allows to e. g. split a view and work with different view modes on each view. BUG: 174102 svn path=/trunk/KDE/kdebase/apps/; revision=899571 --- src/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 1852e784a..d558b4c5a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -717,6 +717,7 @@ private: bool m_storedCategorizedSorting : 1; bool m_tabsForFiles : 1; bool m_isContextMenuOpen : 1; // TODO: workaround for Qt-issue 207192 + bool m_ignoreViewProperties : 1; Mode m_mode; -- cgit v1.3