mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Merge pull request #1521 from tooomm/patch-2
remove debug code; fix #1520
This commit is contained in:
commit
c7c84bca8f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue