[EDHRec] Add background plate and "selection highlight" to card display widgets (#6390)

This commit is contained in:
BruebachL 2025-12-01 09:37:48 +01:00 committed by GitHub
parent 3ff2df2796
commit 364d0ca52b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 3 deletions

View file

@ -8,7 +8,7 @@ class BackgroundPlateWidget : public QWidget
Q_OBJECT
public:
explicit BackgroundPlateWidget(QWidget *parent = nullptr);
explicit BackgroundPlateWidget(QWidget *parent);
void setFocused(bool focused);