diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-18 04:14:52 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-18 04:14:52 +0300 |
| commit | 605e15bb8c0ad103fb0f75454d8912ba83ba7a17 (patch) | |
| tree | f88c83ec4bcfa014050dd83d026519cdd9e1eb90 /include/aomovie.h | |
| parent | e151964785301269500b96ecfd25dbdf227f55f8 (diff) | |
Implement effects system that reads your folder in theme/effects, or misc/<folder name>/<effects>
Add an effect packet
Allow aomovie to be fed a direct path
Add some really terrible helper functions that shouldn't exist, sorry.
Diffstat (limited to 'include/aomovie.h')
| -rw-r--r-- | include/aomovie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aomovie.h b/include/aomovie.h index a5af735e..ec286199 100644 --- a/include/aomovie.h +++ b/include/aomovie.h @@ -15,7 +15,7 @@ public: AOMovie(QWidget *p_parent, AOApplication *p_ao_app); void set_play_once(bool p_play_once); - void play(QString p_gif, QString p_char = "", QString p_custom_theme = "", int default_duration = 0); + 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(); |
