diff options
Diffstat (limited to 'src/qmlworkerscript/qquickworkerscript_p.h')
| -rw-r--r-- | src/qmlworkerscript/qquickworkerscript_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmlworkerscript/qquickworkerscript_p.h b/src/qmlworkerscript/qquickworkerscript_p.h index cf7487038b..1c4c0500fe 100644 --- a/src/qmlworkerscript/qquickworkerscript_p.h +++ b/src/qmlworkerscript/qquickworkerscript_p.h @@ -47,7 +47,6 @@ private: QQuickWorkerScriptEnginePrivate *d; }; -class QQmlV4Function; class Q_QMLWORKERSCRIPT_EXPORT QQuickWorkerScript : public QObject, public QQmlParserStatus { Q_OBJECT @@ -69,7 +68,7 @@ public: bool ready() const; public Q_SLOTS: - void sendMessage(QQmlV4Function*); + void sendMessage(QQmlV4FunctionPtr); Q_SIGNALS: void sourceChanged(); |
