aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/SettingsDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-04 19:13:51 +0000
committerSaturneric <[email protected]>2021-07-04 19:13:51 +0000
commit5846ce6d613eb84dcd61b468155a6d36dbdcfdf7 (patch)
tree5e435375aed59972d473a8dbd06ca8a3cb18edb5 /include/ui/SettingsDialog.h
parentImprove UI; Improve File Opera; (diff)
downloadGpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.tar.gz
GpgFrontend-5846ce6d613eb84dcd61b468155a6d36dbdcfdf7.zip
Adjust and improve the basic settings page
Other improvements
Diffstat (limited to 'include/ui/SettingsDialog.h')
-rwxr-xr-xinclude/ui/SettingsDialog.h1
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 */