diff options
| author | Frank Reininghaus <[email protected]> | 2013-10-26 09:30:18 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-10-26 09:30:18 +0200 |
| commit | 70cd04df40b152fd7a448964b9f9ca4948291eb3 (patch) | |
| tree | dc23f77283b149ef0a6953fefffd413e5979ae35 /src/dolphinmainwindow.h | |
| parent | 76ae282ad9ad4ff9db0b7566df3c6058b38e64e6 (diff) | |
| parent | f55119945f0edc369b53c64b45ae117dc73ff426 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.11'
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 7da5801ff..6b046c2ea 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -466,6 +466,13 @@ private slots: */ void slotPanelErrorMessage(const QString& error); + /** + * Is called if the user clicked an item in the Places Panel. + * Reloads the view if \a url is the current URL already, and changes the + * current URL otherwise. + */ + void slotPlaceActivated(const KUrl& url); + private: /** * Activates the given view, which means that |
