summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-04 13:59:25 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-04 13:59:25 +0100
commite26472693aac7fe5ef277889fd0136dd66159e94 (patch)
tree6873400c4679fd99823461f00f719b62db0f084f /src/webpluginfactory.h
parentFix merge (diff)
downloadrekonq-e26472693aac7fe5ef277889fd0136dd66159e94.tar.xz
WebPluginFactory. Cleaning code..
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r--src/webpluginfactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 74bca043..9e5028b2 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -53,10 +53,7 @@ public:
const QStringList &argumentNames,
const QStringList &argumentValues) const;
- virtual QList<Plugin> plugins() const;
-
signals:
-
void signalLoadClickToFlash(bool) const;
public slots:
@@ -67,7 +64,7 @@ private:
When true, force loading of next flash animation (don't show clicktoflash)
We use signals/slots to set this property because QWebPluginFactory::create is const
*/
- bool loadClickToFlash;
+ bool _loadClickToFlash;
};
#endif // WEB_PLUGIN_FACTORY_H