Prepare for late enqueuing of jobs to the JobQueue.

This commit is contained in:
Teo Mrnjavac 2014-07-08 14:02:21 +02:00
parent 023ed99aca
commit b98c071f94
9 changed files with 39 additions and 0 deletions

View file

@ -78,3 +78,10 @@ PartitionViewStep::isAtEnd() const
{
return true;
}
QList< Calamares::job_ptr >
PartitionViewStep::jobs() const
{
return QList< Calamares::job_ptr >();
}