summaryrefslogtreecommitdiffstats
path: root/examples/scxml/pinball/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/pinball/mainwindow.h')
-rw-r--r--examples/scxml/pinball/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/scxml/pinball/mainwindow.h b/examples/scxml/pinball/mainwindow.h
index 985f77c..174248c 100644
--- a/examples/scxml/pinball/mainwindow.h
+++ b/examples/scxml/pinball/mainwindow.h
@@ -57,6 +57,7 @@ QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
+class QScxmlEvent;
QT_END_NAMESPACE
class Pinball;
@@ -70,7 +71,7 @@ public:
~MainWindow();
private slots:
- void updateScore(const QVariant &data);
+ void eventOccurred(const QScxmlEvent &event);
private:
void initAndConnect(const QString &state, QWidget *widget);