start thread Definition at line 68 of file aithread.cpp. 00069 { 00070 this->connect( &m_zone, SIGNAL(progressStatus(int)), this, SIGNAL(progressStatus(int))); 00071 00072 qRegisterMetaType<AiGenerator::AiZone*>("AiGenerator::AiZone"); 00073 this->connect( &m_zone, SIGNAL(snapshot(AiGenerator::AiZone *)), this, SIGNAL(snapshot(AiGenerator::AiZone *))); 00074 QThread::start(QThread::LowPriority); 00075 } |