Make after partition views members in ChoicePage.

This commit is contained in:
Teo Mrnjavac 2015-12-24 13:06:35 +01:00
parent 8a44ffe462
commit 2a61114d9e
2 changed files with 11 additions and 9 deletions

View file

@ -101,6 +101,8 @@ private:
QPointer< PartitionBarsView > m_beforePartitionBarsView;
QPointer< PartitionLabelsView > m_beforePartitionLabelsView;
QPointer< PartitionBarsView > m_afterPartitionBarsView;
QPointer< PartitionLabelsView > m_afterPartitionLabelsView;
int m_lastSelectedDeviceIndex;
};