diff options
| author | Peter Penz <[email protected]> | 2007-10-26 19:02:33 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-26 19:02:33 +0000 |
| commit | bbf9faa05396d66b3dbe101a0c309459e3ffacb1 (patch) | |
| tree | 2d38fabb1f923be80129cfb22d2da314fa759df6 /src/dolphincolumnview.h | |
| parent | c1f27bb620337c7f173fce1dd3097fa3e43c2878 (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.h | 2 |
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; |
