Skip to content

Commit 2b863b9

Browse files
authoredJan 15, 2017
Merge pull request #3994 from cjmayo/appicon
Fix application icon disappearance after removal of easter egg
2 parents 77ff0f8 + 68387ce commit 2b863b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ QString QgsApplication::activeThemePath()
396396

397397
QString QgsApplication::appIconPath()
398398
{
399-
return QString( "qgis-icon-60x60.png" );
399+
return iconsPath() + QStringLiteral( "qgis-icon-60x60.png" );
400400
}
401401

402402
QString QgsApplication::iconPath( const QString& iconFile )

0 commit comments

Comments
 (0)
Please sign in to comment.