From 6598cf45c17ed0265d55020bd2a60dce4abfc007 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Mon, 3 Feb 2025 23:59:14 -0500 Subject: [PATCH] Support Purple Heart for Donators --- cockatrice/src/client/ui/pixel_map_generator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cockatrice/src/client/ui/pixel_map_generator.h b/cockatrice/src/client/ui/pixel_map_generator.h index 7ca433fe6..1fc49ef36 100644 --- a/cockatrice/src/client/ui/pixel_map_generator.h +++ b/cockatrice/src/client/ui/pixel_map_generator.h @@ -71,8 +71,8 @@ private: static QIcon generateIconWithColorOverride(int height, bool isBuddy, const QString &privLevel, - const std::optional& colorLeft, - const std::optional& colorRight); + const std::optional &colorLeft, + const std::optional &colorRight); public: static QPixmap generatePixmap(int height, @@ -105,6 +105,6 @@ public: } }; -QPixmap loadColorAdjustedPixmap(const QString& name); +QPixmap loadColorAdjustedPixmap(const QString &name); #endif