From bbf9faa05396d66b3dbe101a0c309459e3ffacb1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Oct 2007 19:02:33 +0000 Subject: 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 --- src/dolphiniconsview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphiniconsview.h') 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(); -- cgit v1.3.1