This commit is contained in:
Lukas Brübach 2024-12-18 19:10:07 +01:00
parent f2cea7defb
commit a0993afd02

View file

@ -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.