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
814553da
Commit
814553da
authored
Sep 15, 2015
by
tooomm
Browse files
remove debug code
fixes #1520
parent
385455e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
814553da
...
...
@@ -831,7 +831,6 @@ void TabDeckEditor::actOpenCustomsetsFolder() {
QStringList
args
;
dataDir
.
append
(
"/customsets"
);
args
<<
QDir
::
toNativeSeparators
(
dataDir
);
aOpenCustomsetsFolder
->
setText
(
dataDir
);
QProcess
::
startDetached
(
"explorer"
,
args
);
#endif
...
...
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