summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:37:12 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:37:12 +0200
commit425a13cba17f271e211b1355d04f697cad2795e8 (patch)
tree4bcc38fc3d3943088f7835a45d8ef75d8f0e9460 /src/webpage.h
parentVarious changes (diff)
downloadrekonq-425a13cba17f271e211b1355d04f697cad2795e8.tar.xz
Fix error pages show
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 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;