diff options
author | hjk <hjk@qt.io> | 2017-09-12 10:53:56 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2017-09-13 14:00:59 +0000 |
commit | 7eec0f63ac54364cf9871315c5cc1415e9dc87d1 (patch) | |
tree | 8d6926cc2773b2f55a5ff56c90d92d442fd9ca3b /src/plugins/debugger/qml/qmlengine.cpp | |
parent | 7f2cb9ead96dcd314f45395d05c392ab1b8c807a (diff) | |
download | qt-creator-7eec0f63ac54364cf9871315c5cc1415e9dc87d1.tar.gz |
Debugger: Merge DebuggerStartParameter into *RunParameters
The users (typically target specific DebuggerRunTool derived classes)
are meant to use the individual setter functions nowadays, not the set
up the full structure, so the members are a true implementation
detail now.
Change-Id: Ida04801e3230a2fe8bbadde8845e58c3077c87a5
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/qml/qmlengine.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlengine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index efdd40b30f..11ffcfd8e4 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -67,6 +67,7 @@ #include <QDir> #include <QDockWidget> #include <QFileInfo> +#include <QHostAddress> #include <QJsonArray> #include <QJsonDocument> #include <QJsonObject> |