diff options
| author | Emmanuel Pescosta <[email protected]> | 2012-09-11 20:09:01 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2012-09-11 20:09:01 +0200 |
| commit | e280e7f68c021bfbd7be0689721f7aa1f955aa92 (patch) | |
| tree | cd8b43e8801332e57cbcc97e402705780d20a73e /src/panels/places/placespanel.h | |
| parent | eb54d5b3481e68f45ba93b0224b3d83930a58f88 (diff) | |
Fixes Bug 242007 - "Open Folder during Drag operation" cannot go into different partition using "Places Panel"
BUG: 242007
REVIEW: 106380
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
