forked from qt-creator/qt-creator
Docker: Add a button to list auto-detected kit items
Helps to understand what's going on. Change-Id: I5b8c591cbd60227cf250932c8654063236eec05f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1759,6 +1759,11 @@ void DebuggerPlugin::removeDetectedDebuggers(const QString &detectionSource, QSt
|
||||
dd->m_debuggerItemManager.removeDetectedDebuggers(detectionSource, logMessage);
|
||||
}
|
||||
|
||||
void DebuggerPlugin::listDetectedDebuggers(const QString &detectionSource, QString *logMessage)
|
||||
{
|
||||
dd->m_debuggerItemManager.listDetectedDebuggers(detectionSource, logMessage);
|
||||
}
|
||||
|
||||
void DebuggerPluginPrivate::attachToQmlPort()
|
||||
{
|
||||
AttachToQmlPortDialog dlg(ICore::dialogParent());
|
||||
|
||||
Reference in New Issue
Block a user