diff options
Diffstat (limited to 'aocharmovie.h')
| -rw-r--r-- | aocharmovie.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aocharmovie.h b/aocharmovie.h index 0aff95a..2534b6d 100644 --- a/aocharmovie.h +++ b/aocharmovie.h @@ -3,6 +3,7 @@ #include <QMovie> #include <QLabel> +#include <QTimer> class AOApplication; @@ -26,7 +27,10 @@ public: private: AOApplication *ao_app; + bool play_once = true; + QMovie *m_movie; + QTimer *m_timer; QString m_char = "null"; QString m_pre; |
