From 163fa7ce30c0bd1b18d0c750bf9358560c2db7af Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 13 Dec 2006 07:41:11 +0000 Subject: Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases. svn path=/trunk/playground/utils/dolphin/; revision=613029 --- src/applyviewpropsjob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/applyviewpropsjob.h') diff --git a/src/applyviewpropsjob.h b/src/applyviewpropsjob.h index 613cdc009..1b49d1206 100644 --- a/src/applyviewpropsjob.h +++ b/src/applyviewpropsjob.h @@ -65,7 +65,7 @@ public: int progress() const { return m_progress; } private: - void startNextJob(const KUrl & url, const ViewProperties& viewProps); + void startNextJob(const KUrl & url); private slots: virtual void slotResult(KJob* job); -- cgit v1.3.1