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