summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/statemachineloader.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-07-10 18:48:34 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-07-10 19:32:20 +0200
commit38f88ebfebeccc1a6c2b41f885b2a6a8fa74a447 (patch)
treeea41f372d11b04919b50e95bfcd66a2a62fffe6f /src/imports/scxmlstatemachine/statemachineloader.cpp
parentb63320b5eb7296699b3ff77bf4befe73e908e04e (diff)
Bump Qt version to Qt 6
Also fix usages of text stream operators. Change-Id: I53cf87bb4bb055d56f2332d7737f205ec9560774 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/imports/scxmlstatemachine/statemachineloader.cpp')
-rw-r--r--src/imports/scxmlstatemachine/statemachineloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/scxmlstatemachine/statemachineloader.cpp b/src/imports/scxmlstatemachine/statemachineloader.cpp
index d691479..1d312a5 100644
--- a/src/imports/scxmlstatemachine/statemachineloader.cpp
+++ b/src/imports/scxmlstatemachine/statemachineloader.cpp
@@ -191,7 +191,7 @@ bool QScxmlStateMachineLoader::parse(const QUrl &source)
} else {
qmlWarning(this) << QStringLiteral("Something went wrong while parsing '%1':")
.arg(source.url())
- << endl;
+ << Qt::endl;
const auto errors = m_stateMachine->parseErrors();
for (const QScxmlError &error : errors) {
qmlWarning(this) << error.toString();