mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Coverity: fix some uninitialized members
This commit is contained in:
parent
ce2fb6e3c5
commit
ce6997d214
2 changed files with 10 additions and 1 deletions
|
@ -50,6 +50,7 @@ NetInstallPage::NetInstallPage( QWidget* parent )
|
|||
: QWidget( parent )
|
||||
, ui( new Ui::Page_NetInst )
|
||||
, m_networkManager( this )
|
||||
, m_groups( nullptr )
|
||||
{
|
||||
ui->setupUi( this );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue