Make rescan asynchronous in manual partitioning, and use ScanningDialog

This commit is contained in:
Teo Mrnjavac 2015-12-30 16:37:57 +01:00
parent a1e4667ebe
commit 523c25f1e2
2 changed files with 30 additions and 4 deletions

View file

@ -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