[partition] Remove no longer needed setChecked() in the encryption widget
This commit is contained in:
parent
42841a217c
commit
31c8123677
@ -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 )
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user