Remove redundat instance getter.
This commit is contained in:
parent
0187a10870
commit
23c1e118b0
@ -79,9 +79,6 @@ class IconFactory : public QObject {
|
|||||||
// Sets icon theme with given name as the active one and loads it.
|
// Sets icon theme with given name as the active one and loads it.
|
||||||
void setCurrentIconTheme(const QString &theme_name);
|
void setCurrentIconTheme(const QString &theme_name);
|
||||||
|
|
||||||
// Singleton getter.
|
|
||||||
static IconFactory *instance();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QHash<QString, QIcon> m_cachedIcons;
|
QHash<QString, QIcon> m_cachedIcons;
|
||||||
QString m_currentIconTheme;
|
QString m_currentIconTheme;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user