Qt: Fix low-resolution icon

This commit is contained in:
spycrab
2018-03-26 08:13:15 +02:00
parent 5c83e18fbd
commit 4f63d7f204
9 changed files with 135 additions and 3 deletions

View File

@ -28,6 +28,7 @@ public:
static QIcon GetScaledIcon(const std::string& name);
static QIcon GetScaledThemeIcon(const std::string& name);
static QIcon GetAppIcon();
static QPixmap GetScaledPixmap(const std::string& name);
static QPixmap GetScaledThemePixmap(const std::string& name);