mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
Make after partition views members in ChoicePage.
This commit is contained in:
parent
8a44ffe462
commit
2a61114d9e
2 changed files with 11 additions and 9 deletions
|
@ -101,6 +101,8 @@ private:
|
|||
|
||||
QPointer< PartitionBarsView > m_beforePartitionBarsView;
|
||||
QPointer< PartitionLabelsView > m_beforePartitionLabelsView;
|
||||
QPointer< PartitionBarsView > m_afterPartitionBarsView;
|
||||
QPointer< PartitionLabelsView > m_afterPartitionLabelsView;
|
||||
|
||||
int m_lastSelectedDeviceIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue