diff --git a/src/plugins/android/androidrunnerworker.h b/src/plugins/android/androidrunnerworker.h index d91ec3560f9..94674ba7472 100644 --- a/src/plugins/android/androidrunnerworker.h +++ b/src/plugins/android/androidrunnerworker.h @@ -10,10 +10,10 @@ #include #include -#include namespace Android { class AndroidDeviceInfo; } namespace ProjectExplorer { class RunControl; } +namespace Utils { class Port; } namespace Android::Internal { @@ -29,7 +29,7 @@ public: void asyncStop(); signals: - void remoteProcessStarted(Utils::Port debugServerPort, const QUrl &qmlServer, qint64 pid); + void remoteProcessStarted(const Utils::Port &debugServerPort, const QUrl &qmlServer, qint64 pid); void remoteProcessFinished(const QString &errString = QString()); void remoteOutput(const QString &output);