mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Support Purple Heart for Donators
This commit is contained in:
parent
f82adb1693
commit
6598cf45c1
1 changed files with 3 additions and 3 deletions
|
|
@ -71,8 +71,8 @@ private:
|
|||
static QIcon generateIconWithColorOverride(int height,
|
||||
bool isBuddy,
|
||||
const QString &privLevel,
|
||||
const std::optional<QString>& colorLeft,
|
||||
const 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:
|
|||
}
|
||||
};
|
||||
|
||||
QPixmap loadColorAdjustedPixmap(const QString& name);
|
||||
QPixmap loadColorAdjustedPixmap(const QString &name);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue