Rename dubious "duration" to "default_duration" for play function in AOMovie class

This commit is contained in:
Crystalwarrior 2019-09-13 11:56:22 +03:00
parent 9aa88b1d6e
commit 86523bb101

View File

@ -16,7 +16,7 @@ public:
void set_play_once(bool p_play_once); void set_play_once(bool p_play_once);
void start_timer(int delay); 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 combo_resize(int w, int h);
void stop(); void stop();