forked from qt-creator/qt-creator
ProjectExplorer: (Re-)start using strings for mkspecs
Even if this is part of a directory name it is naturally closer to a "string" id than a file path. Change-Id: If66f930526744379ce86e2b18bd9eac7fabfe773 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -164,9 +164,9 @@ QByteArray ToolChain::id() const
|
||||
return d->m_id;
|
||||
}
|
||||
|
||||
Utils::FileNameList ToolChain::suggestedMkspecList() const
|
||||
QStringList ToolChain::suggestedMkspecList() const
|
||||
{
|
||||
return Utils::FileNameList();
|
||||
return {};
|
||||
}
|
||||
|
||||
Utils::FileName ToolChain::suggestedDebugger() const
|
||||
|
||||
Reference in New Issue
Block a user