From 007907be20cc63e4c12320b0406cc255286e7792 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 21 Apr 2012 23:27:53 +0200 Subject: Bring back basic bookmark support for the Places Panel The folders-panel signals have been adjusted too for consistency. --- src/dolphinmainwindow.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/dolphinmainwindow.h') 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(); @@ -404,13 +410,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. -- cgit v1.3