diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-26 21:04:05 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-26 21:04:05 +0200 |
| commit | c01857063b72f4b5bff21b78ce4a28d463a6d5d2 (patch) | |
| tree | 4e3ccc99ce2894709767c04b6b5bfd068a76d227 /aoscene.h | |
| parent | ce73d268011fe3d0f410c1fe99b3dbb97bdbff91 (diff) | |
Support for animated backgrounds.
Diffstat (limited to 'aoscene.h')
| -rw-r--r-- | aoscene.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <QLabel> #include <QDebug> +#include <QMovie> class Courtroom; class AOApplication; @@ -18,6 +19,7 @@ public: private: QWidget *m_parent; + QMovie *m_movie; AOApplication *ao_app; }; |
