diff options
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r-- | src/declarative/fx/qfxwebview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h index 1200162..64b9176 100644 --- a/src/declarative/fx/qfxwebview.h +++ b/src/declarative/fx/qfxwebview.h @@ -178,6 +178,9 @@ Q_SIGNALS: void singleClick(); void doubleClick(); +public Q_SLOTS: + QVariant evaluateJavaScript (const QString&); + private Q_SLOTS: void expandToWebPage(); void paintPage(const QRect&); |