summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectsource_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteobjects/qremoteobjectsource_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectsource_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectsource_p.h b/src/remoteobjects/qremoteobjectsource_p.h
index e5087f7..a94885d 100644
--- a/src/remoteobjects/qremoteobjectsource_p.h
+++ b/src/remoteobjects/qremoteobjectsource_p.h
@@ -80,7 +80,7 @@ public:
QVariantList* marshalArgs(int index, void **a);
void handleMetaCall(int index, QMetaObject::Call call, void **a);
- bool invoke(QMetaObject::Call c, bool forAdapter, int index, const QVariantList& args, QVariant* returnValue = nullptr);
+ bool invoke(QMetaObject::Call c, int index, const QVariantList& args, QVariant* returnValue = nullptr);
QByteArray m_objectChecksum;
QMap<int, QPointer<QRemoteObjectSourceBase>> m_children;
struct Private {