mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[welcome] Use convenience types
This commit is contained in:
parent
8a8ec01380
commit
987cf36f51
2 changed files with 3 additions and 3 deletions
|
@ -99,10 +99,10 @@ WelcomeViewStep::isAtEnd() const
|
|||
}
|
||||
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
Calamares::JobList
|
||||
WelcomeViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
return Calamares::JobList();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue