aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlengine_p.h')
-rw-r--r--src/qml/qml/qqmlengine_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlengine_p.h b/src/qml/qml/qqmlengine_p.h
index 0631fe09ca..4518ba8bf3 100644
--- a/src/qml/qml/qqmlengine_p.h
+++ b/src/qml/qml/qqmlengine_p.h
@@ -103,13 +103,12 @@ class QDir;
class QQmlIncubator;
// This needs to be declared here so that the pool for it can live in QQmlEnginePrivate.
-// The inline method definitions are in qqmlexpression_p.h
+// The inline method definitions are in qqmljavascriptexpression_p.h
class QQmlJavaScriptExpressionGuard : public QQmlNotifierEndpoint
{
public:
inline QQmlJavaScriptExpressionGuard(QQmlJavaScriptExpression *);
- static inline void endpointCallback(QQmlNotifierEndpoint *, void **);
static inline QQmlJavaScriptExpressionGuard *New(QQmlJavaScriptExpression *e,
QQmlEngine *engine);
inline void Delete();