diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 5a50f3dbf..2eb282af5 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -311,9 +311,14 @@ private slots: /** Open a new main window. */ void openNewMainWindow(); - /** Opens a new empty view that is part of a tab. */ + /** Opens a new view with the current URL that is part of a tab. */ void openNewTab(); + /** + * Opens a new tab showing the URL \a url. + */ + void openNewTab(const KUrl& url); + /** Toggles the active view if two views are shown within the main window. */ void toggleActiveView(); @@ -360,11 +365,6 @@ private: */ void updateSplitAction(); - /** - * Opens a new tab showing the URL \a url. - */ - void openNewTab(const KUrl& url); - private: /** * Implements a custom error handling for the undo manager. This |
