[finished] Use idiomatic Calamares::JobList

This commit is contained in:
Adriaan de Groot 2019-05-28 13:20:19 +02:00
parent 1915547004
commit 38c36e2439
2 changed files with 3 additions and 3 deletions

View file

@ -156,10 +156,10 @@ FinishedViewStep::onActivate()
}
QList< Calamares::job_ptr >
Calamares::JobList
FinishedViewStep::jobs() const
{
return QList< Calamares::job_ptr >();
return Calamares::JobList();
}
void