commit
7f6027498e
@ -43,7 +43,7 @@
|
|||||||
QString BasicCatPack::path()
|
QString BasicCatPack::path()
|
||||||
{
|
{
|
||||||
const auto now = QDate::currentDate();
|
const auto now = QDate::currentDate();
|
||||||
const auto birthday = QDate(now.year(), 11, 30);
|
const auto birthday = QDate(now.year(), 11, 1);
|
||||||
const auto xmas = QDate(now.year(), 12, 25);
|
const auto xmas = QDate(now.year(), 12, 25);
|
||||||
const auto halloween = QDate(now.year(), 10, 31);
|
const auto halloween = QDate(now.year(), 10, 31);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user