Android: rename avdname to avdName in AndroidDeviceInfo

Change-Id: I9f4743b0d9f953f1fa407acfea41345571cb9998
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2021-10-13 21:18:13 +03:00
parent e5ce9e9e76
commit 851171f772
10 changed files with 23 additions and 23 deletions

View File

@@ -208,7 +208,7 @@ bool AndroidDeployQtStep::init()
.arg(info.cpuAbi.first())));
}
m_avdName = info.avdname;
m_avdName = info.avdName;
m_serialNumber = info.serialNumber;
qCDebug(deployStepLog) << "Selected device info:" << info;