Start working on tests for partition jobs

This commit is contained in:
Aurélien Gâteau 2014-07-17 17:57:55 +02:00
parent 031c405c60
commit 43f29b8058
5 changed files with 231 additions and 0 deletions

View file

@ -112,6 +112,7 @@ JobQueue::start()
{
Q_ASSERT( !m_thread->isRunning() );
m_thread->setJobs( m_jobs );
m_jobs.clear();
m_thread->start();
}