summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
diff options
context:
space:
mode:
authorMichael Brasser <mbrasser@ford.com>2018-08-06 13:03:22 -0500
committerBrett Stottlemyer <bstottle@ford.com>2018-08-14 16:41:51 +0000
commitd292f1d93ffef611a0a6e9f393251785e1e9b779 (patch)
tree55d93853017737df004c92d4d619b92c385f600c /src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
parent7d6ee33d5edd7f7c23d899dfc187f41cafe80540 (diff)
Fix issue proxying models
Change-Id: Ie3fd6a57559604aea231aad7936ffbaf9cdce185 Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp')
-rw-r--r--src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp b/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
index cf2ca51..1b2569c 100644
--- a/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
+++ b/src/remoteobjects/qremoteobjectabstractitemmodelreplica.cpp
@@ -428,7 +428,7 @@ void QAbstractItemModelReplicaImplementation::handleSizeDone(QRemoteObjectPendin
void QAbstractItemModelReplicaImplementation::init()
{
- qCDebug(QT_REMOTEOBJECT_MODELS) << Q_FUNC_INFO;
+ qCDebug(QT_REMOTEOBJECT_MODELS) << Q_FUNC_INFO << this->node()->objectName();
QRemoteObjectPendingCallWatcher *watcher = doModelReset();
connect(watcher, &QRemoteObjectPendingCallWatcher::finished, this, &QAbstractItemModelReplicaImplementation::handleInitDone);
}