diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-12 10:33:53 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-12 10:33:53 +0200 |
commit | 42a0a1c79998a428315f01fd1b3ddedc575f9eba (patch) | |
tree | beeb1dbf74afaae3f1d1660ae5f730ce58d888b7 /src/webpage.h | |
parent | prevent icon loading when error page (diff) | |
download | rekonq-42a0a1c79998a428315f01fd1b3ddedc575f9eba.tar.xz |
Fix memory leaks
Diffstat (limited to 'src/webpage.h')
-rw-r--r-- | src/webpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpage.h b/src/webpage.h index a8efb95a..a000a663 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -49,7 +49,8 @@ class WebPage : public QWebPage public: explicit WebPage(QObject *parent = 0); - + ~WebPage(); + public slots: void manageNetworkErrors(QNetworkReply* reply); |