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
c7c84bca
Commit
c7c84bca
authored
Sep 16, 2015
by
ctrlaltca
Browse files
Merge pull request #1521 from tooomm/patch-2
remove debug code; fix #1520
parents
04a96e96
814553da
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
c7c84bca
...
@@ -831,7 +831,6 @@ void TabDeckEditor::actOpenCustomsetsFolder() {
...
@@ -831,7 +831,6 @@ void TabDeckEditor::actOpenCustomsetsFolder() {
QStringList
args
;
QStringList
args
;
dataDir
.
append
(
"/customsets"
);
dataDir
.
append
(
"/customsets"
);
args
<<
QDir
::
toNativeSeparators
(
dataDir
);
args
<<
QDir
::
toNativeSeparators
(
dataDir
);
aOpenCustomsetsFolder
->
setText
(
dataDir
);
QProcess
::
startDetached
(
"explorer"
,
args
);
QProcess
::
startDetached
(
"explorer"
,
args
);
#endif
#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