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
d078cf52
Commit
d078cf52
authored
Feb 09, 2016
by
Ira Aspen
Browse files
Removed unnecessary confirmClose() call.
parent
96fbad1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
d078cf52
...
...
@@ -879,9 +879,6 @@ void TabDeckEditor::actAddCustomSet()
QString
dataDir
=
QStandardPaths
::
standardLocations
(
QStandardPaths
::
DataLocation
).
first
();
#endif
if
(
!
confirmClose
())
return
;
QFileDialog
dialog
(
this
,
tr
(
"Load sets/cards"
));
dialog
.
setDirectory
(
dataDir
);
dialog
.
setNameFilters
(
TabDeckEditor
::
fileNameFilters
);
...
...
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