mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-20 00:08:42 +00:00
Qt: Fix low-resolution icon
This commit is contained in:
parent
5c83e18fbd
commit
4f63d7f204
9 changed files with 135 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue