mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 07:58:22 -04: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
|
} // namespace Calamares
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue