mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[libcalamaresui] Unrelated typedef for JobList
This commit is contained in:
parent
eed207ae2e
commit
2d31e987c0
20 changed files with 31 additions and 29 deletions
|
@ -53,10 +53,10 @@ ProcessJobModule::loadSelf()
|
|||
}
|
||||
|
||||
|
||||
QList< job_ptr >
|
||||
JobList
|
||||
ProcessJobModule::jobs() const
|
||||
{
|
||||
return QList< job_ptr >() << m_job;
|
||||
return JobList() << m_job;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue