mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Make rescan asynchronous in manual partitioning, and use ScanningDialog
This commit is contained in:
parent
a1e4667ebe
commit
523c25f1e2
2 changed files with 30 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <QScopedPointer>
|
||||
#include <QMutex>
|
||||
|
||||
class PartitionCoreModule;
|
||||
class Ui_PartitionPage;
|
||||
|
@ -59,6 +60,8 @@ private:
|
|||
void editExistingPartition( Device*, Partition* );
|
||||
void updateBootLoaderInstallPath();
|
||||
void updateFromCurrentDevice();
|
||||
|
||||
QMutex m_revertMutex;
|
||||
};
|
||||
|
||||
#endif // PARTITIONPAGE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue