┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.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/dolphincolumnview.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/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index 1c972ad39..af393ce81 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -129,7 +129,7 @@ private slots:
void updateColumnsBackground(bool active);
void slotShowHiddenFilesChanged();
- void slotShowPreviewChanged(bool show);
+ void slotShowPreviewChanged();
private:
bool isZoomInPossible() const;