summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r--src/webpluginfactory.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 30a366d4..c1e4c28f 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -50,6 +50,20 @@ public:
const QStringList &argumentValues) const;
virtual QList<Plugin> plugins() const;
+
+signals:
+
+ void signalLoadClickToFlash(bool) const;
+
+public slots:
+ void setLoadClickToFlash(bool load);
+
+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;
};
#endif // WEB_PLUGIN_FACTORY_H