forked from qt-creator/qt-creator
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:
@@ -101,11 +101,6 @@ public:
|
||||
void stop() override { m_launcher.close(); }
|
||||
|
||||
private:
|
||||
friend class QdbDeviceDebugSupport;
|
||||
friend class QdbDeviceQmlProfilerSupport;
|
||||
friend class QdbDeviceQmlToolingSupport;
|
||||
friend class QdbDevicePerfProfilerSupport;
|
||||
|
||||
QmlDebugServicesPreset m_qmlServices;
|
||||
Process m_launcher;
|
||||
};
|
||||
|
Reference in New Issue
Block a user