commit
7f6027498e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue