C++ (Qt)thread->threadList << fullList.takeFirstElements(33);
C++ (Qt)QStringList fullList;QStringList threadList; for (int a = 0; a <= 33; a++) thread->threadList << fullList.takeFirst();