diff options
| author | Crystalwarrior <Varsash@Gmail.com> | 2022-06-03 13:41:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 12:41:31 +0200 |
| commit | c3a5bfb98a50396a75b29bb39c4b3eb25b1353c5 (patch) | |
| tree | 91166116564ae724be563b19a1b3e3e653593a18 /include | |
| parent | a392d31ad218cc0b60064d50cd4b6ad2a108ea63 (diff) | |
Add icons for pos dropdown (#715)
* Add icons for pos dropdown
* Make sure to upscale the icons to actually fit (so tiny 1pix bg images for ex. still show up properly)
* move get_pos_path
* add const to desk mod
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Revert "add const to desk mod"
This reverts commit 7d6007fb1be0781e29985d0b83f2f6da16295e90.
* make set_scene const
* make pos const
* add and to const
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add braces
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Revert "add and to const"
This reverts commit aa5e5066dcf42ae18c2aeb349d470271226601da.
* make desk const
* fix get pos path for real
Co-authored-by: stonedDiscord <Tukz@gmx.de>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 5f808f5e..4809c3fc 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -162,6 +162,7 @@ public: QString get_asset(QString p_element, QString p_theme="", QString p_subtheme="", QString p_default_theme="", QString p_misc="", QString p_character="", QString p_placeholder=""); QString get_image(QString p_element, QString p_theme="", QString p_subtheme="", QString p_default_theme="", QString p_misc="", QString p_character="", QString p_placeholder="", bool static_image=false); QString get_sfx(QString p_sfx, QString p_misc="", QString p_character=""); + QString get_pos_path(const QString& pos, bool desk = false); QString get_case_sensitive_path(QString p_file); QString get_real_path(const VPath &vpath); QString get_real_suffixed_path(const VPath &vpath, const QStringList &suffixes); |
