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
4b8ac993
Commit
4b8ac993
authored
Nov 08, 2014
by
Fabio Bas
Browse files
Corrected spacing
parent
8ca0b96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carddatabase.cpp
View file @
4b8ac993
...
...
@@ -142,8 +142,8 @@ void PictureLoader::processLoadQueue()
PictureToLoad
ptl
=
loadQueue
.
takeFirst
();
mutex
.
unlock
();
QString
setName
=
ptl
.
getSetName
();
QString
correctedCardname
=
ptl
.
getCard
()
->
getCorrectedName
();
QString
setName
=
ptl
.
getSetName
();
QString
correctedCardname
=
ptl
.
getCard
()
->
getCorrectedName
();
qDebug
()
<<
"Trying to load picture (set: "
<<
setName
<<
" card: "
<<
correctedCardname
<<
")"
;
//The list of paths to the folders in which to search for images
...
...
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