Fix Build

This commit is contained in:
ZeldaZach 2025-03-16 19:22:28 -04:00
parent ff3c28a066
commit 51c90e7f73
No known key found for this signature in database

View file

@ -56,7 +56,7 @@ DeckPreviewTagDialog::DeckPreviewTagDialog(const QStringList &knownTags, const Q
newTagInput_ = new QLineEdit(this); newTagInput_ = new QLineEdit(this);
addTagButton_ = new QPushButton(this); addTagButton_ = new QPushButton(this);
editButton = new QPushButton(this); editButton = new QPushButton(this);
connect(editButton, &QPushButton::clicked, this, [=, this]() { connect(editButton, &QPushButton::clicked, this, [=]() {
auto defaultTagsEditor = new DlgDefaultTagsEditor(nullptr); auto defaultTagsEditor = new DlgDefaultTagsEditor(nullptr);
defaultTagsEditor->exec(); defaultTagsEditor->exec();
}); });