diff options
author | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-04 19:13:51 +0000 |
commit | 5846ce6d613eb84dcd61b468155a6d36dbdcfdf7 (patch) | |
tree | 5e435375aed59972d473a8dbd06ca8a3cb18edb5 /include/ui/SettingsDialog.h | |
parent | Improve UI; Improve File Opera; (diff) | |
download | GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.tar.gz GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.zip |
Adjust and improve the basic settings page
Other improvements
Diffstat (limited to 'include/ui/SettingsDialog.h')
-rwxr-xr-x | include/ui/SettingsDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/SettingsDialog.h b/include/ui/SettingsDialog.h index 5cb526f9..f1a2863c 100755 --- a/include/ui/SettingsDialog.h +++ b/include/ui/SettingsDialog.h @@ -49,6 +49,7 @@ private: QComboBox *ownKeySelectBox; QHash<QString, QString> lang; QHash<QString, QString> keyIds; + QVector<QString> keyIdsList; QString ownKeyId; KeyList *mKeyList; GpgME::GpgContext *mCtx; /** The current gpg context */ |