mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
Added Typedefs.h and Job/JobQueue interfaces.
This commit is contained in:
parent
1d0dfa5215
commit
f1da3373a8
5 changed files with 71 additions and 0 deletions
|
@ -20,6 +20,14 @@
|
|||
namespace Calamares
|
||||
{
|
||||
|
||||
JobQueue* JobQueue::s_instance = nullptr;
|
||||
|
||||
JobQueue*
|
||||
JobQueue::instance()
|
||||
{
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
JobQueue::JobQueue( QObject* parent )
|
||||
: QObject( parent )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue