forked from qt-creator/qt-creator
Android: Initialize CreateAvdInfo::sdcardSize
Change-Id: I77c4055c488fd426e186666ac6ee48e3b60211c6 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
71e97a51f4
commit
38f089c580
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user