Boot2Qt: Remove unneeded friend declarations in QdbDeviceInferiorRunner

Task-number: QTCREATORBUG-29168
Change-Id: I7ce2831a041e34ac8a5daafd21f1697ecdf298c4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-11-20 19:26:01 +01:00
parent ed77787cc3
commit a63e5b6ce0

View File

@@ -101,11 +101,6 @@ public:
void stop() override { m_launcher.close(); } void stop() override { m_launcher.close(); }
private: private:
friend class QdbDeviceDebugSupport;
friend class QdbDeviceQmlProfilerSupport;
friend class QdbDeviceQmlToolingSupport;
friend class QdbDevicePerfProfilerSupport;
QmlDebugServicesPreset m_qmlServices; QmlDebugServicesPreset m_qmlServices;
Process m_launcher; Process m_launcher;
}; };