This commit is contained in:
Basile Clément 2025-03-20 22:50:00 +01:00
parent 255ef0c7b1
commit 754b393229
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#include "card_info_picture_enlarged_widget.h"
#include "../../picture_loader/picture_loader.h"
#include "../../../../settings/cache_settings.h"
#include "../../picture_loader/picture_loader.h"
#include <QPainterPath>
#include <QStylePainter>

View file

@ -75,7 +75,6 @@ DeckViewCard::DeckViewCard(QGraphicsItem *parent,
{
setAcceptHoverEvents(true);
connect(&SettingsCache::instance(), &SettingsCache::roundCardCornersChanged, this, [this](bool _roundCardCorners) {
Q_UNUSED(_roundCardCorners);