From 2c0ed9491e55bdc96bc2deb5ec3c40df6e3271f6 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 14 Jul 2015 14:45:50 +0200 Subject: Extract minimal abstract interfaces from debug services. We will access the services' functionality through those interfaces once they live in their own plugins. Change-Id: I0a0d7e73c07cb874b3b507cc4a9d304588c87bca Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlcomponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlcomponent.cpp') diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp index d46f612e40..efa4270aa5 100644 --- a/src/qml/qml/qqmlcomponent.cpp +++ b/src/qml/qml/qqmlcomponent.cpp @@ -898,7 +898,7 @@ QQmlComponentPrivate::beginCreate(QQmlContextData *context) if (enginePriv->isDebugging && rv) { if (!context->isInternal) context->asQQmlContextPrivate()->instances.append(rv); - QQmlEngineDebugService::instance()->objectCreated(engine, rv); + QQmlEngineDebugServiceImpl::instance()->objectCreated(engine, rv); } return rv; -- cgit v1.2.3