mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Add IsPartitionNewRole to PartitionModel.
This commit is contained in:
parent
c765de654c
commit
a75c69805f
2 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
// SizeColumn, which is a human-readable string.
|
||||
SizeRole = Qt::UserRole + 1,
|
||||
IsFreeSpaceRole,
|
||||
IsPartitionNewRole,
|
||||
FileSystemLabelRole,
|
||||
OsproberNameRole,
|
||||
OsproberPathRole,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue