mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
QtUtils/ImageConverter: simplify
This commit is contained in:
parent
52fcdde485
commit
61e8fa060b
2 changed files with 3 additions and 25 deletions
|
@ -3,10 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class QPixmap;
|
||||
|
||||
namespace UICommon
|
||||
|
@ -15,4 +11,3 @@ struct GameBanner;
|
|||
}
|
||||
|
||||
QPixmap ToQPixmap(const UICommon::GameBanner& banner);
|
||||
QPixmap ToQPixmap(const std::vector<u32>& buffer, int width, int height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue