Fix more warnings

Found by compiling with clang

Change-Id: Iec0ed8aa8b6a742a5a3996a6c19c410e209fb048
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-02-23 16:41:44 +01:00
parent fff5944e65
commit cac1c3d501
9 changed files with 9 additions and 14 deletions

View File

@@ -209,7 +209,7 @@ struct QtPackage
QString displayName;
QVersionNumber version;
bool installed;
bool isPrerelease;
bool isPrerelease = false;
};
static QList<QtPackage> availableQtPackages(const QDomDocument &document)