diff options
| author | Jekyll Wu <[email protected]> | 2012-01-09 13:54:57 +0800 |
|---|---|---|
| committer | Jekyll Wu <[email protected]> | 2012-01-10 20:06:26 +0800 |
| commit | f3a38fc51aab2a2c4e870c73059e9377d2124703 (patch) | |
| tree | a07246b527495a7db9438670fef6a445765b1f49 /src/dolphinmainwindow.h | |
| parent | e73389e2090e05a30f20381e7f229f9bba319672 (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
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(); |
