mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
Use DeviceInfoWidget in ChoicePage.
This commit is contained in:
parent
17f1f5f61f
commit
84c254ced2
2 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,7 @@ class QListView;
|
|||
class ExpandableRadioButton;
|
||||
class PartitionCoreModule;
|
||||
class PrettyRadioButton;
|
||||
class DeviceInfoWidget;
|
||||
|
||||
class Device;
|
||||
|
||||
|
@ -96,6 +97,8 @@ private:
|
|||
ExpandableRadioButton* m_replaceButton;
|
||||
PrettyRadioButton* m_somethingElseButton;
|
||||
|
||||
DeviceInfoWidget* m_deviceInfoWidget;
|
||||
|
||||
int m_lastSelectedDeviceIndex;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue