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
b3fa99ef
Commit
b3fa99ef
authored
Jul 31, 2014
by
Peng Liu
Browse files
I was too hasty and forgot a + and to toLatin1() a QString in the qDebug arg.
parent
077d9f27
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
b3fa99ef
...
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
...
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
settingsCache
->
setPicsPath
(
dataDir
+
"/pics"
);
settingsCache
->
setPicsPath
(
dataDir
+
"/pics"
);
}
}
if
(
!
QDir
().
mkpath
(
settingsCache
->
getPicsPath
()
+
"/CUSTOM"
))
if
(
!
QDir
().
mkpath
(
settingsCache
->
getPicsPath
()
+
"/CUSTOM"
))
qDebug
(
"Could not create "
settingsCache
->
getPicsPath
()
+
"/CUSTOM. Will fall back on default card images."
);
qDebug
(
"Could not create "
+
settingsCache
->
getPicsPath
()
.
toLatin1
()
+
"/CUSTOM. Will fall back on default card images."
);
#ifdef Q_OS_MAC
#ifdef Q_OS_MAC
if
(
settingsCache
->
getHandBgPath
().
isEmpty
()
&&
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