mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Remove santa hat easter egg
It made a lot of stressed GIS people smile (and as a bonus stressed out some unhappy grinches in the process!), but there's nothing worse than a good easter egg which lives on too long and gets tired. RIP santa QGIS... bring on the next easter egg!
This commit is contained in:
parent
110ffe2756
commit
12a4a9c9bd
@ -420,7 +420,7 @@ QString QgsApplication::activeThemePath()
|
||||
|
||||
QString QgsApplication::appIconPath()
|
||||
{
|
||||
return iconsPath() + ( QDate::currentDate().month() == 12 ? tr( "qgis-icon-60x60_xmas.png", "December application icon" ) : QStringLiteral( "qgis-icon-60x60.png" ) );
|
||||
return iconsPath() + QStringLiteral( "qgis-icon-60x60.png" );
|
||||
}
|
||||
|
||||
QString QgsApplication::iconPath( const QString& iconFile )
|
||||
|
Loading…
x
Reference in New Issue
Block a user