forked from qt-creator/qt-creator
Use Utils::Port where possible
This solves the ambiguity between 0 and -1 being the "invalid" port. Change-Id: I3bac11dd4117bb1820fbd58186699925b73df1c5 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -50,8 +50,8 @@ public:
|
||||
~IosDebugSupport();
|
||||
|
||||
private:
|
||||
void handleServerPorts(int gdbServerFd, int qmlPort);
|
||||
void handleGotInferiorPid(qint64, int qmlPort);
|
||||
void handleServerPorts(Utils::Port gdbServerPort, Utils::Port qmlPort);
|
||||
void handleGotInferiorPid(qint64, Utils::Port qmlPort);
|
||||
void handleRemoteProcessFinished(bool cleanEnd);
|
||||
|
||||
void handleRemoteOutput(const QString &output);
|
||||
|
||||
Reference in New Issue
Block a user