diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 147096d9..6a5d5f80 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -97,6 +97,8 @@ public slots: /** * Core browser slot. This create a new tab with a WebView inside * for browsing. + * + * @return a pointer to the new WebView */ WebView *newWebView(); void loadUrlInCurrentTab(const KUrl &url); |