Reverted TestSuiteAI.cpp from previous commit

This commit is contained in:
Xawotihs@gmail.com
2013-01-28 22:40:56 +00:00
parent 73131c8064
commit 47cfc5bdeb

View File

@@ -557,7 +557,7 @@ int TestSuite::loadNext()
size_t thread_count = 1;
#ifdef QT_CONFIG
thread_count = 1;//QThread::idealThreadCount();
thread_count = QThread::idealThreadCount();
#elif defined(IOS)
thread_count = 6;
#else