summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-19 12:37:46 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-19 12:37:46 +0100
commit060909220bad6842828f2583213dc96c285b5fd9 (patch)
treeff6d855a17aff7ac26b31e48b1adbd69142e3178 /src/webpage.h
parentSave memory. (diff)
downloadrekonq-060909220bad6842828f2583213dc96c285b5fd9.tar.xz
change setHtml( string ) to setHtml( string, url ) to let webviews
return an url on webview->url() calls
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index c9c5bb8c..bbaa0f63 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -60,6 +60,7 @@ public slots:
void manageNetworkErrors(QNetworkReply *reply);
virtual void downloadRequest(const QNetworkRequest &request);
void downloadAllContentsWithKGet();
+
protected:
WebPage *createWindow(WebWindowType type);