mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Fix propagation of new partition table to global storage.
This commit is contained in:
parent
8f32aad3fa
commit
2027a5538e
3 changed files with 1 additions and 9 deletions
|
@ -29,10 +29,6 @@
|
|||
#include <ops/createfilesystemoperation.h>
|
||||
#include <util/report.h>
|
||||
|
||||
// Qt
|
||||
#include <QScopedPointer>
|
||||
#include <QThread>
|
||||
|
||||
FormatPartitionJob::FormatPartitionJob( Device* device, Partition* partition )
|
||||
: PartitionJob( partition )
|
||||
, m_device( device )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue