summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-26 17:32:16 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-26 17:32:16 +0100
commit860934af2c429c9676e8a6ad5fa595cfd405d164 (patch)
tree8b9e7948690e43bf882c8647e44324f9262da74c /src/webpluginfactory.h
parentFixed a regression (history NOT modified) introduced with (diff)
downloadrekonq-860934af2c429c9676e8a6ad5fa595cfd405d164.tar.xz
This commit lets rekonq embed parts instead of krunning them
DISCLAIMER: This code really A LOT of testing. Not for the code itself, but for the parts it lets rekonq use. I'm experiencing a lot of crashes with the Dragon Part, in example.
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r--src/webpluginfactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 9e5028b2..85122d56 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -46,7 +46,6 @@ Q_OBJECT
public:
WebPluginFactory(QObject *parent);
- ~WebPluginFactory();
virtual QObject *create(const QString &mimeType,
const QUrl &url,