forked from qt-creator/qt-creator
On unix: install the application icons according to the freedesktop spec.
This allows desktop environments to pick the right icon size when displaying the Qt Creator menu entry. Change-Id: I10f6b46fb99202571d081a5e6e4d680be7ca069f Merge-request: 328 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/64
This commit is contained in:
committed by
Daniel Molkentin
parent
566ae4cc46
commit
ea9b7fb5e5
@@ -144,7 +144,7 @@ QString LoggerMode::name() const
|
||||
|
||||
QIcon LoggerMode::icon() const
|
||||
{
|
||||
return QIcon(QLatin1String(":/core/images/qtcreator_logo_32.png"));
|
||||
return QIcon(QLatin1String(":/core/images/logo/32/qtcreator.png"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user