From 47cfc5bdeb955ae7475bc1a8332b0657a3fc9c01 Mon Sep 17 00:00:00 2001 From: "Xawotihs@gmail.com" Date: Mon, 28 Jan 2013 22:40:56 +0000 Subject: [PATCH] Reverted TestSuiteAI.cpp from previous commit --- projects/mtg/src/TestSuiteAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index fd15883b8..cd89949de 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -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