Remove GuiIconProvider::generateDifferentSizes()

Let Qt do the scaling seems to be fine.
This commit is contained in:
Chocobo1
2018-08-05 20:53:05 +08:00
parent ac1839fa6b
commit 866408151c
2 changed files with 1 additions and 38 deletions

View File

@@ -54,9 +54,8 @@ private slots:
private:
explicit GuiIconProvider(QObject *parent = nullptr);
~GuiIconProvider();
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
QIcon generateDifferentSizes(const QIcon &icon) const;
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
bool m_useSystemTheme;
#endif
};