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/quick/qtquick2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/qtquick2.cpp') diff --git a/src/quick/qtquick2.cpp b/src/quick/qtquick2.cpp index 3e7811e114..acf7c3e3fe 100644 --- a/src/quick/qtquick2.cpp +++ b/src/quick/qtquick2.cpp @@ -188,7 +188,7 @@ void QQmlQtQuick2Module::defineModule() #endif if (QQmlDebugConnector::instance()) { - QQmlEngineDebugService::instance()->setStatesDelegate( + QQmlEngineDebugServiceImpl::instance()->setStatesDelegate( new QQmlQtQuick2DebugStatesDelegate); QQuickProfiler::initialize(); } -- cgit v1.2.3