Skip to content

Commit

Permalink
[systemsettings] Expose more statuses through partitionmodel. Contrib…
Browse files Browse the repository at this point in the history
…utes to JB#42527
  • Loading branch information
rainemak committed Aug 29, 2018
1 parent 64760ae commit a61fed3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/partitionmodel.h
Expand Up @@ -71,7 +71,11 @@ class SYSTEMSETTINGS_EXPORT PartitionModel : public QAbstractListModel
Mounted = Partition::Mounted,
Unmounting = Partition::Unmounting,
Formatting = Partition::Formatting,
Formatted = Partition::Formatted
Formatted = Partition::Formatted,
Unlocking = Partition::Unlocking,
Unlocked = Partition::Unlocked,
Locking = Partition::Locking,
Locked = Partition::Locked,
};

enum StorageType {
Expand Down

0 comments on commit a61fed3

Please sign in to comment.