mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Hopefully fix duplicate symbol error I can't seem to reproduce
This commit is contained in:
parent
4e2c26ac6d
commit
c376b2ad48
|
@ -43,8 +43,8 @@ private:
|
||||||
auto font = Font::get(FONT_SIZE_MEDIUM);
|
auto font = Font::get(FONT_SIZE_MEDIUM);
|
||||||
ComponentListRow row;
|
ComponentListRow row;
|
||||||
|
|
||||||
static const char* CHECKED_PATH = ":/checkbox_checked.svg";
|
const char* CHECKED_PATH = ":/checkbox_checked.svg";
|
||||||
static const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg";
|
const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg";
|
||||||
|
|
||||||
// for select all/none
|
// for select all/none
|
||||||
std::vector<ImageComponent*> checkboxes;
|
std::vector<ImageComponent*> checkboxes;
|
||||||
|
|
Loading…
Reference in a new issue