aboutsummaryrefslogtreecommitdiff
path: root/include/aoscene.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-05-02 21:29:06 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-05-02 21:29:06 -0500
commitbbdad2a40d8f02fe738830d9cf66ad4ec2fa86cf (patch)
tree8e8892d24684f005b0e18624677957791e1738b7 /include/aoscene.h
parent1e2d71fb96ca85fa50c172c2f1cf22b2620bacd2 (diff)
parent992c0b14e155059a7e22ad72c0309b620c850a46 (diff)
Merge branch '2.7-rc'
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
Diffstat (limited to 'include/aoscene.h')
-rw-r--r--include/aoscene.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/aoscene.h b/include/aoscene.h
index b58c0fd..7c1ef6f 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);
@@ -21,7 +20,7 @@ private:
QWidget *m_parent;
QMovie *m_movie;
AOApplication *ao_app;
-
+ QString last_image;
};
#endif // AOSCENE_H