summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/statemachine/qstate.h')
-rw-r--r--src/corelib/statemachine/qstate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qstate.h b/src/corelib/statemachine/qstate.h
index 70211c1..0dd99dc 100644
--- a/src/corelib/statemachine/qstate.h
+++ b/src/corelib/statemachine/qstate.h
@@ -91,8 +91,12 @@ public:
QAbstractState *initialState() const;
void setInitialState(QAbstractState *state);
+ void assignProperty(QObject *object, const char *name,
+ const QVariant &value);
+
Q_SIGNALS:
void finished();
+ void polished();
protected:
void onEntry();