Put arguments in correct order in syncqt parseVersion
Amends 4d4e74e1bcad47476b947b6e3781b046f9505f83 Pick-to: 6.6 Change-Id: Ie3a0147b414303c528b78c20f6502b83c5102344 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
061ab84e98
commit
f73249b94d
@ -1493,7 +1493,7 @@ public:
|
||||
versionDisclaimer = " and will be removed in Qt " + version;
|
||||
int minor = 0;
|
||||
int major = 0;
|
||||
if (!utils::parseVersion(version, minor, major)) {
|
||||
if (!utils::parseVersion(version, major, minor)) {
|
||||
std::cerr << ErrorMessagePreamble
|
||||
<< "Invalid version format specified for the deprecated header file "
|
||||
<< headerName << ": '" << version
|
||||
|
Loading…
Reference in New Issue
Block a user