diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:37:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:37:55 +0200 |
commit | a1e2bbeced79c46d7ee0f4c96c79ff3f23298f6d (patch) | |
tree | fd008b480ad17ccfa04ec087d8e67ca99190533d /src/webpage.h | |
parent | Fixing new tab action position (diff) | |
parent | Fix error pages show (diff) | |
download | rekonq-a1e2bbeced79c46d7ee0f4c96c79ff3f23298f6d.tar.xz |
Merge branch 'NetworkRequestImprovements'
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 dcd40cf6..7c1ac2a5 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -80,6 +80,7 @@ private slots: private: QString errorPage(QNetworkReply *); + QUrl _loadingUrl; ProtocolHandler _protHandler; WebSslInfo _sslInfo; |