Dummy implementation of JobQueue so that I can call it

main
Aurélien Gâteau 11 years ago
parent c9409ba6b2
commit bcfbf3eda2

@ -33,4 +33,9 @@ JobQueue::JobQueue( QObject* parent )
{
}
void
JobQueue::enqueue( const Calamares::job_ptr& job )
{
}
} // namespace Calamares

Loading…
Cancel
Save