summaryrefslogtreecommitdiff
path: root/src/clicktoflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clicktoflash.h')
-rw-r--r--src/clicktoflash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clicktoflash.h b/src/clicktoflash.h
index 2284ec7e..7d6c4e05 100644
--- a/src/clicktoflash.h
+++ b/src/clicktoflash.h
@@ -35,6 +35,7 @@
// Qt Includes
#include <QWidget>
#include <QUrl>
+#include <QWebElement>
// Forward Declarations
class WebPluginFactory;
@@ -54,6 +55,8 @@ private slots:
void load();
private:
+ bool checkElement(QWebElement el);
+
/**
used to find the right QWebElement between the ones of the different plugins
*/