Disk selections in partitioner are not sticky

This commit is contained in:
Chantara Tith 2016-05-05 20:28:35 +07:00
parent e122600689
commit 625bbb6a4b
2 changed files with 29 additions and 2 deletions

View file

@ -60,8 +60,10 @@ private:
void editExistingPartition( Device*, Partition* );
void updateBootLoaderInstallPath();
void updateFromCurrentDevice();
void updateBootLoaderIndex();
QMutex m_revertMutex;
int m_lastSelectedBootLoaderIndex;
};
#endif // PARTITIONPAGE_H