From a0993afd029be4dcedab4ff5defac8364df21f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Wed, 18 Dec 2024 19:10:07 +0100 Subject: [PATCH] Lint. --- .../src/client/ui/widgets/cards/card_info_picture_widget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cockatrice/src/client/ui/widgets/cards/card_info_picture_widget.cpp b/cockatrice/src/client/ui/widgets/cards/card_info_picture_widget.cpp index 78c5c2bac..3df11fd0b 100644 --- a/cockatrice/src/client/ui/widgets/cards/card_info_picture_widget.cpp +++ b/cockatrice/src/client/ui/widgets/cards/card_info_picture_widget.cpp @@ -175,8 +175,6 @@ void CardInfoPictureWidget::paintEvent(QPaintEvent *event) transformedPixmap.scaled(scaledSize, Qt::KeepAspectRatio, Qt::SmoothTransformation)); } - - /** * @brief Provides the recommended size for the widget based on the scale factor. * @return The recommended widget size.