mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -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,
|
static QIcon generateIconWithColorOverride(int height,
|
||||||
bool isBuddy,
|
bool isBuddy,
|
||||||
const QString &privLevel,
|
const QString &privLevel,
|
||||||
const std::optional<QString>& colorLeft,
|
const std::optional<QString> &colorLeft,
|
||||||
const std::optional<QString>& colorRight);
|
const std::optional<QString> &colorRight);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static QPixmap generatePixmap(int height,
|
static QPixmap generatePixmap(int height,
|
||||||
|
|
@ -105,6 +105,6 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
QPixmap loadColorAdjustedPixmap(const QString& name);
|
QPixmap loadColorAdjustedPixmap(const QString &name);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue