Sorting and invalid reset

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-07-19 14:12:39 +01:00
parent f55120654a
commit 96ebdfc9a8
3 changed files with 35 additions and 10 deletions

View File

@ -23,6 +23,7 @@
class IconTheme {
public:
IconTheme(const QString& id, const QString& path);
IconTheme() = default;
bool load();
QString id();