summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r--src/webpluginfactory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 20dc6642..c1e4c28f 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -52,12 +52,17 @@ public:
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;
};