diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:37:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-25 02:37:12 +0200 |
commit | 425a13cba17f271e211b1355d04f697cad2795e8 (patch) | |
tree | 4bcc38fc3d3943088f7835a45d8ef75d8f0e9460 /src/webpage.h | |
parent | Various changes (diff) | |
download | rekonq-425a13cba17f271e211b1355d04f697cad2795e8.tar.xz |
Fix error pages show
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; |