From f3a38fc51aab2a2c4e870c73059e9377d2124703 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Mon, 9 Jan 2012 13:54:57 +0800 Subject: Middle clicking the 'Home' button should open home folder in a new tab The general idea is to make it behave consistently with other navigating buttons. BUG: 278194 FIXED-IN:4.8.0 REVIEW:103659 --- src/dolphinmainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 998b6fc25..c2a548906 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -301,6 +301,11 @@ private slots: */ void goUp(Qt::MouseButtons buttons); + /** + * Open the home URL in a new tab + */ + void goHome(Qt::MouseButtons buttons); + /** Opens Kompare for 2 selected files. */ void compareFiles(); -- cgit v1.3