aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollindicator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickscrollindicator.cpp')
-rw-r--r--src/quicktemplates2/qquickscrollindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickscrollindicator.cpp b/src/quicktemplates2/qquickscrollindicator.cpp
index e858e7c1..e9cadcc7 100644
--- a/src/quicktemplates2/qquickscrollindicator.cpp
+++ b/src/quicktemplates2/qquickscrollindicator.cpp
@@ -173,7 +173,7 @@ QQuickScrollIndicatorAttached *QQuickScrollIndicator::qmlAttachedProperties(QObj
{
QQuickFlickable *flickable = qobject_cast<QQuickFlickable *>(object);
if (!flickable)
- qmlInfo(object) << "ScrollIndicator must be attached to a Flickable";
+ qmlWarning(object) << "ScrollIndicator must be attached to a Flickable";
return new QQuickScrollIndicatorAttached(flickable);
}