summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 12:01:35 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-10-30 11:01:52 +0000
commit04f2385d0d4a31ffa05763de542b9dea28742d6a (patch)
treee0606b8aab68d4de053139baadd1af0d7ff313d2 /examples
parentedbe5301ec1789081ce17d853e176e7c7fb90014 (diff)
Fix example build.
Change-Id: I1739e41327eba2e405bd4a825ca9d1a6a2c034b3 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/pinball-common/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pinball-common/mainwindow.h b/examples/pinball-common/mainwindow.h
index 048f21a..34b6c25 100644
--- a/examples/pinball-common/mainwindow.h
+++ b/examples/pinball-common/mainwindow.h
@@ -47,9 +47,9 @@ QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
+class QScxmlStateMachine;
QT_END_NAMESPACE
-class QScxmlStateMachine;
class MainWindow : public QWidget
{