forked from qt-creator/qt-creator
ProjectExplorer: Rename one ToolChainFactory::autoDetect overload
... to detectForImport(). The overloads have different purposes, sharing the name makes reasoning about them hard. Change-Id: I57bfbbc1aa06ef85251e39c404bdbe5584a2ea41 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -442,7 +442,7 @@ QList<ToolChain *> ToolChainFactory::autoDetect(const QList<ToolChain *> &alread
|
||||
return QList<ToolChain *>();
|
||||
}
|
||||
|
||||
QList<ToolChain *> ToolChainFactory::autoDetect(const Utils::FilePath &compilerPath, const Core::Id &language)
|
||||
QList<ToolChain *> ToolChainFactory::detectForImport(const Utils::FilePath &compilerPath, const Core::Id &language)
|
||||
{
|
||||
Q_UNUSED(compilerPath);
|
||||
Q_UNUSED(language);
|
||||
|
||||
Reference in New Issue
Block a user