forked from qt-creator/qt-creator
AndroidDeviceInfo: Rename cpuABI to cpuAbi
Coding style. Change-Id: I433b4d47f54c5a3a9aed68d99b2ab64a7e82d698 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ QVariant AvdModel::data(const QModelIndex &index, int role) const
|
||||
case 1:
|
||||
return QString::fromLatin1("API %1").arg(m_list[index.row()].sdk);
|
||||
case 2:
|
||||
return m_list[index.row()].cpuABI;
|
||||
return m_list[index.row()].cpuAbi;
|
||||
}
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user