diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index e9332194f..0b4f90d19 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -406,6 +406,12 @@ private slots: */ void showSearchOptions(); + /** + * If the URL can be listed open it in the current view, otherwise + * run it through KRun. + */ + void handleUrl(const KUrl& url); + private: DolphinMainWindow(int id); void init(); @@ -460,7 +466,7 @@ private: QString tabProperty(const QString& property, int tabIndex) const; /** - * Sets the window caption to url.fileName() if this is non-empty, + * Sets the window caption to url.fileName() if this is non-empty, * "/" if the URL is "file:///", and url.protocol() otherwise. */ void setUrlAsCaption(const KUrl& url); |
