summaryrefslogtreecommitdiffstats
path: root/src/qscxml.h
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2009-07-12 18:32:08 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2009-07-12 18:32:08 -0700
commit084833d82e280f505088a278250bfb395a3a67ef (patch)
treed1d204a8df16e4037fc6187f67a38ccea7f29ca6 /src/qscxml.h
parent6a9f40cb8ef0eb692aec1024002027fa25414e4b (diff)
Enabled using SCXML with an existing QScriptEngine
Diffstat (limited to 'src/qscxml.h')
-rw-r--r--src/qscxml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qscxml.h b/src/qscxml.h
index 09d9243..fc6b590 100644
--- a/src/qscxml.h
+++ b/src/qscxml.h
@@ -131,6 +131,7 @@ class QScxml : public QStateMachine
public:
+ QScxml(QScriptEngine* engine, QObject* o = NULL);
QScxml(QObject* o = NULL);
virtual ~QScxml();
protected:
@@ -163,6 +164,7 @@ class QScxml : public QStateMachine
class QScxmlPrivate* pvt;
friend class QScxmlLoader;
friend struct QScxmlFunctions;
+ void init();
};
#endif
#endif // QSCXML_H