[partition] Initialize pointers in declaration
This commit is contained in:
parent
26cabbb3e4
commit
2a0d4e5a23
@ -138,8 +138,8 @@ private:
|
|||||||
Calamares::PrettyRadioButton* m_eraseButton;
|
Calamares::PrettyRadioButton* m_eraseButton;
|
||||||
Calamares::PrettyRadioButton* m_replaceButton;
|
Calamares::PrettyRadioButton* m_replaceButton;
|
||||||
Calamares::PrettyRadioButton* m_somethingElseButton;
|
Calamares::PrettyRadioButton* m_somethingElseButton;
|
||||||
QComboBox* m_eraseSwapChoiceComboBox; // UI, see also m_eraseSwapChoice
|
QComboBox* m_eraseSwapChoiceComboBox = nullptr; // UI, see also Config's swap choice
|
||||||
QComboBox* m_eraseFsTypesChoiceComboBox; // UI, see also m_eraseSwapChoice
|
QComboBox* m_eraseFsTypesChoiceComboBox = nullptr; // UI, see also Config's erase-mode FS
|
||||||
|
|
||||||
|
|
||||||
DeviceInfoWidget* m_deviceInfoWidget;
|
DeviceInfoWidget* m_deviceInfoWidget;
|
||||||
|
Loading…
Reference in New Issue
Block a user