Fake CreatePartitionJob::exec() implementation
This commit is contained in:
parent
4a166b2f57
commit
191f37f5fa
@ -24,6 +24,9 @@
|
|||||||
#include <core/partitiontable.h>
|
#include <core/partitiontable.h>
|
||||||
#include <fs/filesystem.h>
|
#include <fs/filesystem.h>
|
||||||
|
|
||||||
|
// Qt
|
||||||
|
#include <QThread>
|
||||||
|
|
||||||
CreatePartitionJob::CreatePartitionJob( Device* device, Partition* partition )
|
CreatePartitionJob::CreatePartitionJob( Device* device, Partition* partition )
|
||||||
: m_device( device )
|
: m_device( device )
|
||||||
, m_partition( partition )
|
, m_partition( partition )
|
||||||
@ -39,6 +42,7 @@ CreatePartitionJob::prettyName()
|
|||||||
void
|
void
|
||||||
CreatePartitionJob::exec()
|
CreatePartitionJob::exec()
|
||||||
{
|
{
|
||||||
|
QThread::sleep(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user