aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickstatechangescript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickstatechangescript.cpp')
-rw-r--r--src/quick/util/qquickstatechangescript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickstatechangescript.cpp b/src/quick/util/qquickstatechangescript.cpp
index 86b70fe879..a70fa1a676 100644
--- a/src/quick/util/qquickstatechangescript.cpp
+++ b/src/quick/util/qquickstatechangescript.cpp
@@ -131,7 +131,7 @@ void QQuickStateChangeScript::execute()
QQmlExpression expr(d->script);
expr.evaluate();
if (expr.hasError())
- qmlInfo(this, expr.error());
+ qmlWarning(this, expr.error());
}
}