aboutsummaryrefslogtreecommitdiff
path: root/include/aoscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aoscene.h')
-rw-r--r--include/aoscene.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/aoscene.h b/include/aoscene.h
index 29a44b02..7c1ef6fd 100644
--- a/include/aoscene.h
+++ b/include/aoscene.h
@@ -1,15 +1,14 @@
#ifndef AOSCENE_H
#define AOSCENE_H
-#include <QLabel>
#include <QDebug>
+#include <QLabel>
#include <QMovie>
class Courtroom;
class AOApplication;
-class AOScene : public QLabel
-{
+class AOScene : public QLabel {
Q_OBJECT
public:
explicit AOScene(QWidget *parent, AOApplication *p_ao_app);