forked from qt-creator/qt-creator
AndroidDeployStep: remove unused strings
m_QASIPackagePath and m_runQASIPackagePath are not used anymore, so could be deleted Change-Id: I48d2f1531277c07be630c3156f04a40248da5271 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
79fbb0db04
commit
7da5e1635d
@@ -139,7 +139,6 @@ private:
|
||||
QString m_deviceSerialNumber;
|
||||
int m_deviceAPILevel;
|
||||
|
||||
QString m_QASIPackagePath;
|
||||
AndroidDeployAction m_deployAction;
|
||||
|
||||
// members to transfer data from init() to run
|
||||
@@ -150,7 +149,6 @@ private:
|
||||
QString m_apkPathDebug;
|
||||
QString m_apkPathRelease;
|
||||
QString m_buildDirectory;
|
||||
QString m_runQASIPackagePath;
|
||||
AndroidDeployAction m_runDeployAction;
|
||||
QString m_ndkToolChainVersion;
|
||||
QString m_libgnustl;
|
||||
|
||||
Reference in New Issue
Block a user