[libcalamaresui] Unrelated typedef for JobList

This commit is contained in:
Adriaan de Groot 2017-11-03 10:10:37 -04:00
parent eed207ae2e
commit 2d31e987c0
20 changed files with 31 additions and 29 deletions

View file

@ -53,10 +53,10 @@ ProcessJobModule::loadSelf()
}
QList< job_ptr >
JobList
ProcessJobModule::jobs() const
{
return QList< job_ptr >() << m_job;
return JobList() << m_job;
}