diff options
author | matgic78 <matgic78@gmail.com> | 2009-11-22 11:46:44 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2009-11-27 16:11:57 +0100 |
commit | e4c17c961d145bb6c4c945e1d7be4eea702abecf (patch) | |
tree | 42dd7057418bbfdd4a2065fb81d7828ff89eaac7 /src/webpluginfactory.h | |
parent | src/CMakeLists.txt fix (diff) | |
download | rekonq-e4c17c961d145bb6c4c945e1d7be4eea702abecf.tar.xz |
ClickToFlash : first step
For now, no config and only working when there is only one flash in the page
Diffstat (limited to 'src/webpluginfactory.h')
-rw-r--r-- | src/webpluginfactory.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h index 30a366d4..20dc6642 100644 --- a/src/webpluginfactory.h +++ b/src/webpluginfactory.h @@ -50,6 +50,15 @@ public: const QStringList &argumentValues) const; virtual QList<Plugin> plugins() const; + +signals: + void signalLoadClickToFlash(bool) const; + +public slots: + void setLoadClickToFlash(bool load); + +private: + bool loadClickToFlash; }; #endif // WEB_PLUGIN_FACTORY_H |