summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:37:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-25 02:37:55 +0200
commita1e2bbeced79c46d7ee0f4c96c79ff3f23298f6d (patch)
treefd008b480ad17ccfa04ec087d8e67ca99190533d /src/webpage.h
parentFixing new tab action position (diff)
parentFix error pages show (diff)
downloadrekonq-a1e2bbeced79c46d7ee0f4c96c79ff3f23298f6d.tar.xz
Merge branch 'NetworkRequestImprovements'
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;