summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstate.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-07-23 10:41:52 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-07-23 10:42:16 (GMT)
commit588f8daeb52cfea461cbcb8c128de5997ab5a6cf (patch)
tree0e435fdedabd62bb9a952d0a60e68c74d25822bf /src/corelib/statemachine/qstate.h
parent30f6a1d06723aac5168dcef32cba10cd99b85242 (diff)
downloadQt-588f8daeb52cfea461cbcb8c128de5997ab5a6cf.zip
Qt-588f8daeb52cfea461cbcb8c128de5997ab5a6cf.tar.gz
Qt-588f8daeb52cfea461cbcb8c128de5997ab5a6cf.tar.bz2
make statemachine compile with QT_NO_PROPERTIES
Diffstat (limited to 'src/corelib/statemachine/qstate.h')
-rw-r--r--src/corelib/statemachine/qstate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qstate.h b/src/corelib/statemachine/qstate.h
index 41d32be..ce88b25 100644
--- a/src/corelib/statemachine/qstate.h
+++ b/src/corelib/statemachine/qstate.h
@@ -87,8 +87,10 @@ public:
ChildMode childMode() const;
void setChildMode(ChildMode mode);
+#ifndef QT_NO_PROPERTIES
void assignProperty(QObject *object, const char *name,
const QVariant &value);
+#endif
Q_SIGNALS:
void finished();