summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-22 02:06:06 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-22 02:06:06 +0100
commitab28170bd85aeb12384eef2cd4da1c2b04361259 (patch)
tree0fa7314c81f3003959de7cad53ea330fbea1b537 /src/webpage.h
parentrekonq 0.3.94 (diff)
downloadrekonq-ab28170bd85aeb12384eef2cd4da1c2b04361259.tar.xz
Fixes 217521 bug and let us save also some memory
(1 QUrl variable for each webpage). It needs testing, obvious, but it seems working well.. BUG:217521
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h
index bbaa0f63..f76fd334 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -77,7 +77,6 @@ private slots:
private:
QString errorPage(QNetworkReply *);
- QUrl m_requestedUrl;
ProtocolHandler m_protHandler;
};