[partition] Initialize pointers in declaration

This commit is contained in:
Adriaan de Groot 2021-06-18 12:35:15 +02:00
parent 26cabbb3e4
commit 2a0d4e5a23

View File

@ -138,8 +138,8 @@ private:
Calamares::PrettyRadioButton* m_eraseButton;
Calamares::PrettyRadioButton* m_replaceButton;
Calamares::PrettyRadioButton* m_somethingElseButton;
QComboBox* m_eraseSwapChoiceComboBox; // UI, see also m_eraseSwapChoice
QComboBox* m_eraseFsTypesChoiceComboBox; // UI, see also m_eraseSwapChoice
QComboBox* m_eraseSwapChoiceComboBox = nullptr; // UI, see also Config's swap choice
QComboBox* m_eraseFsTypesChoiceComboBox = nullptr; // UI, see also Config's erase-mode FS
DeviceInfoWidget* m_deviceInfoWidget;