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
a9eaf65a
Commit
a9eaf65a
authored
Aug 02, 2014
by
Peng Liu
Browse files
Changed .toLatin1() to .toUtf8().
parent
b3fa99ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
a9eaf65a
...
...
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
settingsCache
->
setPicsPath
(
dataDir
+
"/pics"
);
}
if
(
!
QDir
().
mkpath
(
settingsCache
->
getPicsPath
()
+
"/CUSTOM"
))
qDebug
(
"Could not create "
+
settingsCache
->
getPicsPath
().
to
Latin1
()
+
"/CUSTOM. Will fall back on default card images."
);
qDebug
(
"Could not create "
+
settingsCache
->
getPicsPath
().
to
Utf8
()
+
"/CUSTOM. Will fall back on default card images."
);
#ifdef Q_OS_MAC
if
(
settingsCache
->
getHandBgPath
().
isEmpty
()
&&
...
...
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