summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tools/syncqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp
index 9f4cad6718e..6f6a7c31701 100644
--- a/src/tools/syncqt/main.cpp
+++ b/src/tools/syncqt/main.cpp
@@ -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