summaryrefslogtreecommitdiffstats
path: root/src/qscxml.h
diff options
context:
space:
mode:
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