mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Prepare for late enqueuing of jobs to the JobQueue.
This commit is contained in:
parent
023ed99aca
commit
b98c071f94
9 changed files with 39 additions and 0 deletions
|
@ -78,3 +78,10 @@ PartitionViewStep::isAtEnd() const
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
PartitionViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue