mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Fix uninitialized values (valgrind report)
This commit is contained in:
parent
1ea79efce8
commit
d5dca07e22
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
EncryptWidget::EncryptWidget( QWidget* parent )
|
||||
: QWidget( parent )
|
||||
, m_state( EncryptionDisabled )
|
||||
{
|
||||
setupUi( this );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue