aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/main.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-12-06 15:26:07 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-12-07 16:01:02 +0100
commit0b175cb865e64abaa06d4d3e68151466c80ac671 (patch)
tree727686c307b2e2e666802e098995e56e719f5903 /tools/qmllint/main.cpp
parent1ddaedbb8e3b3bead7ef062e18a620645248b131 (diff)
qmllint: Fix diagnostics output for test run
We do want to see the output if the cleanQmlCode test fails. Change-Id: I6b7e9d3412af9fffac68d2e394418de2faf09626 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'tools/qmllint/main.cpp')
-rw-r--r--tools/qmllint/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/main.cpp b/tools/qmllint/main.cpp
index 652f6ea83a..0d2ebafc51 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -51,7 +51,7 @@
#include <cstdio>
-constexpr int JSON_LOGGING_FORMAT_REVISION = 1;
+constexpr int JSON_LOGGING_FORMAT_REVISION = 2;
int main(int argv, char *argc[])
{