mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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
|
@ -85,3 +85,10 @@ KeyboardViewStep::isAtEnd() const
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
KeyboardViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue