Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
de388a74
Commit
de388a74
authored
Feb 06, 2016
by
Ira Aspen
Browse files
Moved exec statement.
parent
54a75949
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_add_set.cpp
View file @
de388a74
...
...
@@ -29,8 +29,6 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
parentLayout
->
addWidget
(
buttonBox
);
setLayout
(
parentLayout
);
exec
();
}
void
DlgAddSet
::
closeDialog
()
...
...
cockatrice/src/tab_deck_editor.cpp
View file @
de388a74
...
...
@@ -907,6 +907,7 @@ void TabDeckEditor::actAddCustomSet()
);
DlgAddSet
dlg
(
this
,
res
);
dlg
.
exec
();
}
void
TabDeckEditor
::
actEditSets
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment