Implement create key file in ChangeMasterKeyWidget

This commit is contained in:
Thom Troy
2012-06-10 17:26:35 +01:00
committed by Florian Geyer
parent 01706483fb
commit 5217199d0a
2 changed files with 26 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ private Q_SLOTS:
void generateKey();
void reject();
void togglePassword(bool checked);
void createKeyFile();
private:
const QScopedPointer<Ui::ChangeMasterKeyWidget> m_ui;