summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2009-11-22 11:46:44 +0100
committermatgic78 <matgic78@gmail.com>2009-11-27 16:11:57 +0100
commite4c17c961d145bb6c4c945e1d7be4eea702abecf (patch)
tree42dd7057418bbfdd4a2065fb81d7828ff89eaac7 /src/webpluginfactory.h
parentsrc/CMakeLists.txt fix (diff)
downloadrekonq-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.h9
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