summaryrefslogtreecommitdiffstats
path: root/examples/scxml/pinball/mainwindow.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-02-09 12:42:01 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-03-03 15:14:08 +0000
commita67aadf4c2186043d703d7364e085fc661fe343b (patch)
tree86409b2a2a658724ee26773365f11dfce6d599ac /examples/scxml/pinball/mainwindow.h
parent6ae3c3285dab04767141d26d22d4b118e4b85b87 (diff)
Doc: corrections according to the current API state.
Change-Id: Id38eb2b75e5205b74238151b20a279ba71442713 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
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);