From e528394f428ba815fe61e4d2f5248b9bd11db375 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 16 Dec 2009 14:50:39 +1000 Subject: Include more info for state debugging. --- src/declarative/util/qmlstate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarative/util/qmlstate.cpp b/src/declarative/util/qmlstate.cpp index 98cc0b6..1749c3a 100644 --- a/src/declarative/util/qmlstate.cpp +++ b/src/declarative/util/qmlstate.cpp @@ -444,10 +444,10 @@ void QmlState::apply(QmlStateGroup *group, QmlTransition *trans, QmlState *rever if (stateChangeDebug()) { foreach(const Action &action, applyList) { if (action.event) - qWarning() << " Action event:" << action.event; + qWarning() << " Action event:" << action.event->typeName(); else qWarning() << " Action:" << action.property.object() - << action.property.name() << action.toValue; + << action.property.name() << action.fromValue << action.toValue; } } -- cgit v0.12