diff options
Diffstat (limited to 'include/aomovie.h')
| -rw-r--r-- | include/aomovie.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/aomovie.h b/include/aomovie.h index caa1baa4..eb7f7a53 100644 --- a/include/aomovie.h +++ b/include/aomovie.h @@ -14,8 +14,7 @@ public: AOMovie(QWidget *p_parent, AOApplication *p_ao_app); void set_play_once(bool p_play_once); - void start_timer(int delay); - void play(QString p_gif, QString p_char = "", QString p_custom_theme = "", + void play(QString p_image, QString p_char = "", QString p_custom_theme = "", int default_duration = 0); void combo_resize(int w, int h); void stop(); |
