[partition] Remove no longer needed setChecked() in the encryption widget

This commit is contained in:
dalto 2022-05-14 10:38:27 -05:00
parent 42841a217c
commit 31c8123677
2 changed files with 0 additions and 6 deletions

View File

@ -85,11 +85,6 @@ EncryptWidget::state() const
return m_state; return m_state;
} }
void EncryptWidget::setChecked(bool checked)
{
m_ui->m_encryptCheckBox->setChecked(checked);
}
void void
EncryptWidget::setText( const QString& text ) EncryptWidget::setText( const QString& text )

View File

@ -36,7 +36,6 @@ public:
void reset(); void reset();
Encryption state() const; Encryption state() const;
void setChecked( bool checked );
void setText( const QString& text ); void setText( const QString& text );
QString passphrase() const; QString passphrase() const;