forked from qt-creator/qt-creator
ProjectExplorer: Use an alias for QList<Abi>
Change-Id: I69231c5974620ae30296bfc4e0ab41c900d95a3c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -179,7 +179,7 @@ Core::Id ToolChain::typeId() const
|
||||
return d->m_typeId;
|
||||
}
|
||||
|
||||
QList<Abi> ToolChain::supportedAbis() const
|
||||
Abis ToolChain::supportedAbis() const
|
||||
{
|
||||
return {targetAbi()};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user