From 36018e06fb3b4263cd01e617205248d82ffae5fa Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Mon, 16 Jan 2017 22:20:57 +0100 Subject: Fix up some last un-fixed instances of qmlInfo that should be qmlWarning Seems like I missed some hunks in 3057ec0447943fe022b66a2d19e13d94f9183a7c. Change-Id: I009c838cae856f3fc2e08c7fbc2d3273fc40e221 Reviewed-by: Simon Hausmann --- src/particles/qquickspritegoal_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles/qquickspritegoal_p.h') diff --git a/src/particles/qquickspritegoal_p.h b/src/particles/qquickspritegoal_p.h index 2b15d0b8bb..e569603550 100644 --- a/src/particles/qquickspritegoal_p.h +++ b/src/particles/qquickspritegoal_p.h @@ -107,7 +107,7 @@ void setSystemStates(bool arg) { if (m_systemStates != arg) { //TODO: GroupGoal was added (and this deprecated) Oct 4 - remove it in a few weeks. - qmlInfo(this) << "systemStates is deprecated and will be removed soon. Use GroupGoal instead."; + qmlWarning(this) << "systemStates is deprecated and will be removed soon. Use GroupGoal instead."; m_systemStates = arg; Q_EMIT systemStatesChanged(arg); } -- cgit v1.2.3