Fix icon size issues

This commit is contained in:
Christophe Dumez
2011-01-14 17:29:30 +00:00
parent 350bf0ffd4
commit 55aa6c36ee
2 changed files with 33 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