From 084833d82e280f505088a278250bfb395a3a67ef Mon Sep 17 00:00:00 2001 From: No'am Rosenthal Date: Sun, 12 Jul 2009 18:32:08 -0700 Subject: Enabled using SCXML with an existing QScriptEngine --- src/qscxml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qscxml.h') 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 -- cgit v1.2.3