Dummy implementation of JobQueue so that I can call it
This commit is contained in:
parent
c9409ba6b2
commit
bcfbf3eda2
@ -33,4 +33,9 @@ JobQueue::JobQueue( QObject* parent )
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
JobQueue::enqueue( const Calamares::job_ptr& job )
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace Calamares
|
||||
|
Loading…
Reference in New Issue
Block a user