diff options
| author | Peter Penz <[email protected]> | 2012-04-21 23:27:53 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-21 23:29:11 +0200 |
| commit | 007907be20cc63e4c12320b0406cc255286e7792 (patch) | |
| tree | 37651b581aedd0a899cf48e4bda974e4da8ab63f /src/dolphinmainwindow.h | |
| parent | e3f46c3b20ed52c7a6ddb9e4762df8b604971339 (diff) | |
Bring back basic bookmark support for the Places Panel
The folders-panel signals have been adjusted too for consistency.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 7e143f720..dec064d11 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -350,10 +350,16 @@ private slots: void openNewTab(); /** - * Opens a new tab showing the URL \a url. + * Opens a new tab in the background showing the URL \a url. */ void openNewTab(const KUrl& url); + /** + * Opens a new tab showing the URL \a url and activates + * the tab. + */ + void openNewActivatedTab(const KUrl& url); + void activateNextTab(); void activatePrevTab(); @@ -405,13 +411,6 @@ private slots: void slotTabMoved(int from, int to); /** - * Handles a click on a places item: if the middle mouse button is - * clicked, a new tab is opened for \a url, otherwise the current - * view is replaced by \a url. - */ - void handlePlacesClick(const KUrl& url, Qt::MouseButtons buttons); - - /** * Is connected to the KTabBar signal testCanDecode() and adjusts * the output parameter \a accept. */ |
