Fixed icon size issues

This commit is contained in:
Christophe Dumez
2011-01-14 17:31:38 +00:00
parent 30c5bf3fd6
commit 50023bd968
3 changed files with 35 additions and 2 deletions

View File

@@ -52,6 +52,9 @@ public:
public:
void useSystemIconTheme(bool enable);
private:
QIcon generateDifferentSizes(const QIcon& icon);
private:
bool m_useSystemTheme;
#endif