Android: Initialize CreateAvdInfo::sdcardSize

Change-Id: I77c4055c488fd426e186666ac6ee48e3b60211c6
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 13:03:23 +01:00
committed by Tim Jenssen
parent 71e97a51f4
commit 38f089c580

View File

@@ -141,7 +141,7 @@ public:
QString target; QString target;
QString name; QString name;
QString abi; QString abi;
int sdcardSize; int sdcardSize = 0;
QString error; // only used in the return value of createAVD QString error; // only used in the return value of createAVD
}; };