forked from qt-creator/qt-creator
Core: Make IOptionsPageProvider::categoryIcon a Utils::Icon
...just like it is with IOptionsPage Change-Id: I033891f1a908be24b05103cb13a4ef628994d2a7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -211,5 +211,5 @@ const QList<Core::IOptionsPageProvider *> Core::IOptionsPageProvider::allOptions
|
||||
|
||||
QIcon Core::IOptionsPageProvider::categoryIcon() const
|
||||
{
|
||||
return QIcon(m_categoryIcon);
|
||||
return m_categoryIcon.icon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user