summaryrefslogtreecommitdiffstats
path: root/src/qscxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qscxml.h')
-rw-r--r--src/qscxml.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qscxml.h b/src/qscxml.h
index 0246f5e..09d9243 100644
--- a/src/qscxml.h
+++ b/src/qscxml.h
@@ -70,11 +70,9 @@ class QScxmlTransition : public QAbstractTransition
QString eventPrefix () const { return ev; }
void setEventPrefix (const QString & e) { ev = e; }
- Q_SIGNALS:
- void activated ();
protected:
bool eventTest(QEvent*);
- void onTransition (QEvent*) { emit activated(); }
+ void onTransition (QEvent*);
private:
QScxml* scxml;
QString ev,cond;