summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/analyzer/analyzerstartparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/analyzer/analyzerstartparameters.h')
-rw-r--r--src/plugins/debugger/analyzer/analyzerstartparameters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/analyzer/analyzerstartparameters.h b/src/plugins/debugger/analyzer/analyzerstartparameters.h
index 7f5d439d9b..d12deea850 100644
--- a/src/plugins/debugger/analyzer/analyzerstartparameters.h
+++ b/src/plugins/debugger/analyzer/analyzerstartparameters.h
@@ -29,6 +29,7 @@
#include <projectexplorer/runnables.h>
#include <ssh/sshconnection.h>
+#include <utils/port.h>
#include <QMetaType>
@@ -40,7 +41,7 @@ public:
QSsh::SshConnectionParameters connParams;
QString analyzerHost;
QString analyzerSocket;
- quint16 analyzerPort = 0;
+ Utils::Port analyzerPort;
};
DEBUGGER_EXPORT bool operator==(const AnalyzerConnection &c1, const AnalyzerConnection &c2);