From e280e7f68c021bfbd7be0689721f7aa1f955aa92 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Tue, 11 Sep 2012 20:09:01 +0200 Subject: Fixes Bug 242007 - "Open Folder during Drag operation" cannot go into different partition using "Places Panel" BUG: 242007 REVIEW: 106380 --- src/panels/places/placespanel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/places/placespanel.h') diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 8a84e00a0..52fa153bc 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -50,6 +50,9 @@ protected: virtual bool urlChanged(); virtual void showEvent(QShowEvent* event); +public slots: + virtual void readSettings(); + private slots: void slotItemActivated(int index); void slotItemMiddleClicked(int index); -- cgit v1.3.1