summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2009-11-25 15:20:29 +0100
committermatgic78 <matgic78@gmail.com>2009-11-27 16:11:58 +0100
commit07270fd5b8331cc33a98ff43fbbc72d87a4431a1 (patch)
tree88dd51ddb1b2cc9f84b7766f981c5901e34c4b73 /src/webpluginfactory.h
parentmake clicktoflash optionnal (diff)
downloadrekonq-07270fd5b8331cc33a98ff43fbbc72d87a4431a1.tar.xz
clicktoflash : cleanup
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;
};