Implement browse key file in ChangeMasterKeyWidget

This commit is contained in:
Thom Troy
2012-06-10 17:40:05 +01:00
committed by Florian Geyer
parent 5217199d0a
commit a5f7d0277f
2 changed files with 16 additions and 0 deletions

View File

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