mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25: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
|
@ -159,10 +159,10 @@ PythonQtViewStep::isAtEnd() const
|
|||
}
|
||||
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
JobList
|
||||
PythonQtViewStep::jobs() const
|
||||
{
|
||||
QList< Calamares::job_ptr > jobs;
|
||||
JobList jobs;
|
||||
|
||||
PythonQtObjectPtr jobsCallable = PythonQt::self()->lookupCallable( m_obj, "jobs" );
|
||||
if ( jobsCallable.isNull() )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue