--- a/src/declarative/util/qdeclarativestate_p_p.h Tue Jul 06 15:10:48 2010 +0300
+++ b/src/declarative/util/qdeclarativestate_p_p.h Wed Aug 18 10:37:55 2010 +0300
@@ -101,12 +101,13 @@
public:
QDeclarativeStatePrivate()
- : when(0), inState(false), group(0) {}
+ : when(0), named(false), inState(false), group(0) {}
typedef QList<QDeclarativeSimpleAction> SimpleActionList;
QString name;
QDeclarativeBinding *when;
+ bool named;
struct OperationGuard : public QDeclarativeGuard<QDeclarativeStateOperation>
{