Added more options for variants planing

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-07-02 13:34:04 +03:00
parent 7ac2a23bc8
commit 7579fff532
3 changed files with 9 additions and 7 deletions

View File

@@ -79,9 +79,9 @@ class JsonCatPack : public BasicCatPack {
auto sp = d.split("-");
day = sp[0].toInt();
if (sp.length() >= 2)
mounth = sp[1].toInt();
month = sp[1].toInt();
}
int mounth;
int month;
int day;
};
struct Variant {