diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-22 02:06:06 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-22 02:06:06 +0100 |
commit | ab28170bd85aeb12384eef2cd4da1c2b04361259 (patch) | |
tree | 0fa7314c81f3003959de7cad53ea330fbea1b537 /src/webpage.h | |
parent | rekonq 0.3.94 (diff) | |
download | rekonq-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.h | 1 |
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; }; |