diff options
Diffstat (limited to 'src/plugins/ios/iosdebugsupport.h')
-rw-r--r-- | src/plugins/ios/iosdebugsupport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ios/iosdebugsupport.h b/src/plugins/ios/iosdebugsupport.h index a645f2f1a5..1d9560cd46 100644 --- a/src/plugins/ios/iosdebugsupport.h +++ b/src/plugins/ios/iosdebugsupport.h @@ -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); |