System : Replace tab with four spaces

This commit is contained in:
Magne Sjaastad
2018-03-12 11:12:39 +01:00
parent 8e8c168405
commit 716bb3184b
45 changed files with 368 additions and 368 deletions

View File

@@ -100,7 +100,7 @@
#ifndef WIN32
#include <unistd.h> // for usleep
#include <unistd.h> // for usleep
#endif //WIN32
#ifdef USE_UNIT_TESTS
@@ -1492,12 +1492,12 @@ std::vector<QString> RiaApplication::readFileListFromTextFile(QString listFileNa
//--------------------------------------------------------------------------------------------------
void RiaApplication::waitUntilCommandObjectsHasBeenProcessed()
{
// Wait until all command objects have completed
while (!m_commandQueueLock.tryLock())
{
processEvents();
}
m_commandQueueLock.unlock();
// Wait until all command objects have completed
while (!m_commandQueueLock.tryLock())
{
processEvents();
}
m_commandQueueLock.unlock();
}
//--------------------------------------------------------------------------------------------------