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:
@@ -60,8 +60,8 @@ private slots:
|
||||
void errorMessageBoxFinished(int result);
|
||||
void updateCurrentContext();
|
||||
|
||||
void tryToConnect(quint16 port = 0);
|
||||
void beginConnection(quint16 port = 0);
|
||||
void tryToConnect(Utils::Port port = Utils::Port());
|
||||
void beginConnection(Utils::Port port = Utils::Port());
|
||||
void connectionEstablished();
|
||||
void connectionStartupFailed();
|
||||
void appStartupFailed(const QString &errorMessage);
|
||||
|
||||
Reference in New Issue
Block a user