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

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