From 88fca5d308926442f36f6e273767bdad21cb5948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=BCbach=2C=20Lukas?= Date: Sat, 29 Nov 2025 23:39:13 +0100 Subject: [PATCH] Lint. --- .../archidekt_deck_preview_image_display_widget.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cockatrice/src/interface/widgets/tabs/api/archidekt/display/archidekt_deck_preview_image_display_widget.h b/cockatrice/src/interface/widgets/tabs/api/archidekt/display/archidekt_deck_preview_image_display_widget.h index f9febb060..053823c45 100644 --- a/cockatrice/src/interface/widgets/tabs/api/archidekt/display/archidekt_deck_preview_image_display_widget.h +++ b/cockatrice/src/interface/widgets/tabs/api/archidekt/display/archidekt_deck_preview_image_display_widget.h @@ -46,11 +46,11 @@ public: */ void setPreviewWidth(int width); - QLabel *imageLabel; ///< QLabel to display the deck image - ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name) - ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count) - ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket) - ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views) + QLabel *imageLabel; ///< QLabel to display the deck image + ShadowBackgroundLabel *topLeftLabel; ///< Overlay label at top-left (deck name) + ShadowBackgroundLabel *topRightLabel; ///< Overlay label at top-right (card count) + ShadowBackgroundLabel *bottomLeftLabel; ///< Overlay label at bottom-left (EDH bracket) + ShadowBackgroundLabel *bottomRightLabel; ///< Overlay label at bottom-right (views) protected: /**