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:
@@ -343,7 +343,7 @@ void DebuggerItem::setVersion(const QString &version)
|
||||
m_version = version;
|
||||
}
|
||||
|
||||
void DebuggerItem::setAbis(const QList<Abi> &abis)
|
||||
void DebuggerItem::setAbis(const Abis &abis)
|
||||
{
|
||||
m_abis = abis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user