diff options
| author | Peter Penz <[email protected]> | 2007-10-26 18:34:45 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-26 18:34:45 +0000 |
| commit | c1f27bb620337c7f173fce1dd3097fa3e43c2878 (patch) | |
| tree | f86a10b77112bf889f823e10d1db6352e5d2219b /src/dolphincolumnview.h | |
| parent | 1f331872b2362a0c55fec66fab7ca340a2862188 (diff) | |
Simplify the DolphinController: The "show hidden files" state can be retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...
svn path=/trunk/KDE/kdebase/apps/; revision=729721
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 f7107265a..1c972ad39 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -128,7 +128,7 @@ private slots: */ void updateColumnsBackground(bool active); - void slotShowHiddenFilesChanged(bool show); + void slotShowHiddenFilesChanged(); void slotShowPreviewChanged(bool show); private: |
