Fix uninitialized values (valgrind report)

This commit is contained in:
Adriaan de Groot 2017-08-30 06:12:14 -04:00
parent 1ea79efce8
commit d5dca07e22
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
EncryptWidget::EncryptWidget( QWidget* parent )
: QWidget( parent )
, m_state( EncryptionDisabled )
{
setupUi( this );