Commit 4b8ac993 authored by Fabio Bas's avatar Fabio Bas
Browse files

Corrected spacing

parent 8ca0b96d
...@@ -142,8 +142,8 @@ void PictureLoader::processLoadQueue() ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment