QtUtils/ImageConverter: simplify

This commit is contained in:
Tillmann Karras
2025-06-07 11:18:27 +01:00
parent 52fcdde485
commit 61e8fa060b
2 changed files with 3 additions and 25 deletions

View File

@ -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);