Dummy implementation of JobQueue so that I can call it

This commit is contained in:
Aurélien Gâteau 2014-06-30 18:02:19 +02:00
parent c9409ba6b2
commit bcfbf3eda2

View File

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