mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Fix Build
This commit is contained in:
parent
5279a1e099
commit
d4eb96726d
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