diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 12:37:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-19 12:37:46 +0100 |
commit | 060909220bad6842828f2583213dc96c285b5fd9 (patch) | |
tree | ff6d855a17aff7ac26b31e48b1adbd69142e3178 /src/webpage.h | |
parent | Save memory. (diff) | |
download | rekonq-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.h | 1 |
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); |