NOISSUE maybe fix macos build, pngcrush images

This commit is contained in:
Petr Mrázek 2018-12-24 14:31:34 +01:00
parent 2e58429b6a
commit 70052b180c
3 changed files with 1 additions and 1 deletions

View File

@ -1248,7 +1248,7 @@ void MainWindow::setCatBackground(bool enabled)
QDateTime now = QDateTime::currentDateTime(); QDateTime now = QDateTime::currentDateTime();
QDateTime xmas(QDate(now.date().year(), 12, 25), QTime(0, 0)); QDateTime xmas(QDate(now.date().year(), 12, 25), QTime(0, 0));
; ;
QString cat = (abs(now.daysTo(xmas)) <= 4) ? "catmas" : "kitteh"; QString cat = (std::abs(now.daysTo(xmas)) <= 4) ? "catmas" : "kitteh";
view->setStyleSheet(QString(R"( view->setStyleSheet(QString(R"(
GroupView GroupView
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 71 KiB