aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4qobjectwrapper_p.h')
-rw-r--r--src/qml/jsruntime/qv4qobjectwrapper_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4qobjectwrapper_p.h b/src/qml/jsruntime/qv4qobjectwrapper_p.h
index eb3cf15bff..f6c333f401 100644
--- a/src/qml/jsruntime/qv4qobjectwrapper_p.h
+++ b/src/qml/jsruntime/qv4qobjectwrapper_p.h
@@ -121,8 +121,8 @@ private:
static_cast<QObjectWrapper *>(that)->~QObjectWrapper();
}
- static ReturnedValue method_connect(SimpleCallContext *ctx);
- static ReturnedValue method_disconnect(SimpleCallContext *ctx);
+ static ReturnedValue method_connect(CallContext *ctx);
+ static ReturnedValue method_disconnect(CallContext *ctx);
};
struct QObjectMethod : public QV4::FunctionObject