diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-18 05:22:00 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-18 05:22:00 +0300 |
| commit | ad057c6f7a71ffac53e8d5adbbd22ab17d3e0e98 (patch) | |
| tree | 03c15313eb6a78146316dbbe723d4d6172aefab5 /include | |
| parent | 605e15bb8c0ad103fb0f75454d8912ba83ba7a17 (diff) | |
make icons for effects n shit
they're grabbed from the effects/icons/*same name as effects*
gotta be .png or w/e
i need my sleep
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index f8ce2269..78de2b80 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -303,7 +303,7 @@ public: QStringList get_char_effects(QString p_char); //Get the theme's effects folder, read it and return the list of filenames in a string - QStringList get_effects(); + QStringList get_effects(QString p_char); //t QString get_effect(QString effect, QString p_char); |
