diff options
| author | Peter Penz <[email protected]> | 2008-12-21 10:15:19 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-21 10:15:19 +0000 |
| commit | 17033c5da6c60d37ded588ea0fa44f73bd85dc1d (patch) | |
| tree | 69571a96038daf5b135278f14addaed365275e5c /src/dolphinview.h | |
| parent | 88ae4d94bc7003206344f0dcea5bd06ad74fd36c (diff) | |
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
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
