Android: Fix typo

Change-Id: I5f732957d893ab94cd7486658019407137069891
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Robert Loehning
2018-01-05 17:52:10 +01:00
parent 2d108079bd
commit e4b07d6f74
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ private:
bool m_uninstallPreviousPackage = false;
bool m_uninstallPreviousPackageRun = false;
bool m_useAndroiddeployqt = false;
bool m_askForUinstall = false;
bool m_askForUninstall = false;
static const Core::Id Id;
QString m_androiddeployqtArgs;
QString m_adbPath;