summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-07-09 17:39:50 +0200
committerhjk <hjk@qt.io>2021-07-14 08:28:56 +0000
commit076d1bf10a31177666a9576da71727657fecf493 (patch)
treeb45c6d734614f002a5e0ccc2fa54b00c2c58f663 /src/plugins/debugger/debuggerplugin.h
parente8521e6fe11f59d0fc816d8b7fa6780dc6469af6 (diff)
downloadqt-creator-076d1bf10a31177666a9576da71727657fecf493.tar.gz
Docker: Fix debugger auto-detection
Mark detected debuggers as such and give them some bonus to match, overriding other hacks. Change-Id: Iaf4d88fa22dd50e68124b61087d4c742f7a56d0f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 1d22225dc2..8ef79ed48f 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -59,7 +59,7 @@ private:
Q_SLOT void getEnginesState(QByteArray *json) const;
// Called from DockerDevice
- Q_SLOT void autoDetectDebuggersForDevice(const Utils::FilePath &deviceRoot);
+ Q_SLOT void autoDetectDebuggersForDevice(const Utils::FilePath &deviceRoot, const QString &detectionId);
QVector<QObject *> createTestObjects() const override;
};