aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-13 11:56:22 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-13 11:56:22 +0300
commit86523bb101e73417e44eaae71e6cac5a11a70751 (patch)
treebfedc6238e91e1ae42cd63cb490383dc9949b741
parent9aa88b1d6e84538761a963249d8c8029314e26d7 (diff)
Rename dubious "duration" to "default_duration" for play function in AOMovie class
-rw-r--r--include/aomovie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aomovie.h b/include/aomovie.h
index 33b31586..974559d2 100644
--- a/include/aomovie.h
+++ b/include/aomovie.h
@@ -16,7 +16,7 @@ public:
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 = "", int duration = 0);
+ void play(QString p_gif, QString p_char = "", QString p_custom_theme = "", int default_duration = 0);
void combo_resize(int w, int h);
void stop();