mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
Start working on tests for partition jobs
This commit is contained in:
parent
031c405c60
commit
43f29b8058
5 changed files with 231 additions and 0 deletions
|
@ -112,6 +112,7 @@ JobQueue::start()
|
|||
{
|
||||
Q_ASSERT( !m_thread->isRunning() );
|
||||
m_thread->setJobs( m_jobs );
|
||||
m_jobs.clear();
|
||||
m_thread->start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue