summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-12 10:33:53 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-12 10:33:53 +0200
commit42a0a1c79998a428315f01fd1b3ddedc575f9eba (patch)
treebeeb1dbf74afaae3f1d1660ae5f730ce58d888b7 /src/webpage.h
parentprevent icon loading when error page (diff)
downloadrekonq-42a0a1c79998a428315f01fd1b3ddedc575f9eba.tar.xz
Fix memory leaks
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
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);