┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphiniconsview.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/dolphiniconsview.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/dolphiniconsview.h')
-rw-r--r--src/dolphiniconsview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h
index 2b7d00bf0..ae0a6299d 100644
--- a/src/dolphiniconsview.h
+++ b/src/dolphiniconsview.h
@@ -64,7 +64,7 @@ protected:
private slots:
void triggerItem(const QModelIndex& index);
void slotEntered(const QModelIndex& index);
- void slotShowPreviewChanged(bool show);
+ void slotShowPreviewChanged();
void slotAdditionalInfoChanged(const KFileItemDelegate::InformationList& info);
void zoomIn();
void zoomOut();