Add the Theme struct to both projects

This commit is contained in:
luisangelsm
2026-01-12 18:33:22 +01:00
parent 05338d8122
commit 1df50ce7e6
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#ifndef THEME_H
#define THEME_H
struct Theme {
};
#endif // THEME_H

View File

@ -1 +1,4 @@
INCLUDEPATH += $$PWD
HEADERS += \
$$PWD/theme.h \