mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[partition] adding prettyStatus
will be used in summaryq, reading from widgets not an option section probably better suited for Config.cpp/h, since quite a bit of duplicated code from createSummaryWidget
This commit is contained in:
parent
96c2c62470
commit
6388b41e6c
2 changed files with 91 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
~PartitionViewStep() override;
|
||||
|
||||
QString prettyName() const override;
|
||||
QString prettyStatus() const override;
|
||||
QWidget* createSummaryWidget() const override;
|
||||
|
||||
QWidget* widget() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue