aboutsummaryrefslogtreecommitdiff
path: root/include/aomovie.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-18 04:14:52 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-18 04:14:52 +0300
commit605e15bb8c0ad103fb0f75454d8912ba83ba7a17 (patch)
treef88c83ec4bcfa014050dd83d026519cdd9e1eb90 /include/aomovie.h
parente151964785301269500b96ecfd25dbdf227f55f8 (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.h2
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();