mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Fix Build
This commit is contained in:
parent
ff3c28a066
commit
51c90e7f73
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue