mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Corrected spacing
This commit is contained in:
parent
8ca0b96d10
commit
4b8ac99370
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ void PictureLoader::processLoadQueue()
|
||||||
PictureToLoad ptl = loadQueue.takeFirst();
|
PictureToLoad ptl = loadQueue.takeFirst();
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
|
|
||||||
QString setName=ptl.getSetName();
|
QString setName = ptl.getSetName();
|
||||||
QString correctedCardname=ptl.getCard()->getCorrectedName();
|
QString correctedCardname = ptl.getCard()->getCorrectedName();
|
||||||
qDebug() << "Trying to load picture (set: " << setName << " card: " << correctedCardname << ")";
|
qDebug() << "Trying to load picture (set: " << setName << " card: " << correctedCardname << ")";
|
||||||
|
|
||||||
//The list of paths to the folders in which to search for images
|
//The list of paths to the folders in which to search for images
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue