From 7d8e29534d2bf86cdad8a7a7c4c8b84c60daa42c Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 14 Jul 2015 16:36:32 +0200 Subject: Extract minimal interface from QQmlDebugServer and use it. This will allow us to move QQmlDebugServer into a plugin. The new QQmlDebugServer is the interface exposed to connection plugins. The interface exposed to services is renamed to QQmlDebugConnector, as technically it doesn't have to be a "server". Change-Id: Id508b8c0a6960228e889f45a437b73060392db39 Reviewed-by: Simon Hausmann --- tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/qml/debugger/qqmldebugclient') diff --git a/tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp b/tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp index 8062643799..7a8411c49f 100644 --- a/tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp +++ b/tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp @@ -39,8 +39,6 @@ #include -#include - #include "debugutil_p.h" #include "qqmldebugtestservice.h" -- cgit v1.2.3