┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-26 19:02:33 +0000
committerPeter Penz <[email protected]>2007-10-26 19:02:33 +0000
commitbbf9faa05396d66b3dbe101a0c309459e3ffacb1 (patch)
tree2d38fabb1f923be80129cfb22d2da314fa759df6 /src/dolphinview.h
parentc1f27bb620337c7f173fce1dd3097fa3e43c2878 (diff)
Simplify DolphinController: don't remember the show-preview state in the controller and add an unnecessary additional signal; instead just read the state from the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=729726
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 9b56e85a8..442ff5a60 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -605,6 +605,7 @@ private:
};
bool m_active;
+ bool m_showPreview;
bool m_loadingDirectory;
bool m_storedCategorizedSorting;
Mode m_mode;