mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Corrected spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user