mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[finished] Use idiomatic Calamares::JobList
This commit is contained in:
parent
1915547004
commit
38c36e2439
2 changed files with 3 additions and 3 deletions
|
@ -156,10 +156,10 @@ FinishedViewStep::onActivate()
|
|||
}
|
||||
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
Calamares::JobList
|
||||
FinishedViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
return Calamares::JobList();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue