mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
Support Purple Heart for Donators (#5560)
This commit is contained in:
parent
ec9feb9f50
commit
c2292c11a6
5 changed files with 619 additions and 32 deletions
|
|
@ -71,8 +71,8 @@ private:
|
|||
static QIcon generateIconWithColorOverride(int height,
|
||||
bool isBuddy,
|
||||
const QString &privLevel,
|
||||
std::optional<QString> colorLeft,
|
||||
std::optional<QString> colorRight);
|
||||
const std::optional<QString> &colorLeft,
|
||||
const std::optional<QString> &colorRight);
|
||||
|
||||
public:
|
||||
static QPixmap generatePixmap(int height,
|
||||
|
|
@ -105,6 +105,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
const QPixmap loadColorAdjustedPixmap(QString name);
|
||||
QPixmap loadColorAdjustedPixmap(const QString &name);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue