diff options
author | Aurindam Jana <[email protected]> | 2012-03-06 23:35:27 +0100 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-03-19 12:04:54 +0100 |
commit | 5c05f5df1f35291070962b7fe295004e4942f2ce (patch) | |
tree | 1a0bfae2fe67fbea1be3f58735b691ede340a1c3 /tools/qmlprofiler/qqmldebugclient.cpp | |
parent | c975f80db197cef667c512c06e3a03b17570e7d6 (diff) |
QmlDebuggingTests: Separate out public and private tests
Remove dependencies on quick-private from all
possible debugging auto tests and list them under public
tests.
Change-Id: I688b5b36fdf3d6fbcb6cef2a975ecd1bf679af2b
Reviewed-by: Kai Koehne <[email protected]>
Diffstat (limited to 'tools/qmlprofiler/qqmldebugclient.cpp')
-rw-r--r-- | tools/qmlprofiler/qqmldebugclient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qmlprofiler/qqmldebugclient.cpp b/tools/qmlprofiler/qqmldebugclient.cpp index 0453f88350..36402be5a8 100644 --- a/tools/qmlprofiler/qqmldebugclient.cpp +++ b/tools/qmlprofiler/qqmldebugclient.cpp @@ -40,8 +40,7 @@ ****************************************************************************/ #include "qqmldebugclient.h" - -#include <private/qpacketprotocol_p.h> +#include "qpacketprotocol.h" #include <QtCore/qdebug.h> #include <QtCore/qstringlist.h> |