Skip to content
Snippets Groups Projects
Commit 7da5e163 authored by Nikita Baryshnikov's avatar Nikita Baryshnikov Committed by Daniel Teske
Browse files

AndroidDeployStep: remove unused strings


m_QASIPackagePath and m_runQASIPackagePath are not used anymore, so
could be deleted

Change-Id: I48d2f1531277c07be630c3156f04a40248da5271
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 79fbb0db
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment