mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Dummy implementation of JobQueue so that I can call it
This commit is contained in:
parent
c9409ba6b2
commit
bcfbf3eda2
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@ JobQueue::JobQueue( QObject* parent )
|
|||
{
|
||||
}
|
||||
|
||||
void
|
||||
JobQueue::enqueue( const Calamares::job_ptr& job )
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace Calamares
|
||||
|
|
Loading…
Add table
Reference in a new issue