summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-11 20:10:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-11 20:10:32 +0200
commit3607d40755d804d9dc9e755cabf17e12dc388e6a (patch)
tree978a329ad498441e77048acb267112e0e9e191ec /src/mainview.h
parentMerge branch 'NoMainViewEvents' (diff)
downloadrekonq-3607d40755d804d9dc9e755cabf17e12dc388e6a.tar.xz
pedantic
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
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);