diff options
author | Nils Achtergarde <[email protected]> | 2017-12-31 01:44:57 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-31 01:44:57 +0000 |
commit | 03cb6b902cadc0d65ad24ca9b059a7f2be3308ce (patch) | |
tree | 4e6529f89f1e310e0af5af7eceed04b55b1c1a71 /settingsdialog.h | |
parent | recommit of dbe66cf033cf8b450b74e2e3fd510310169bce24 (minor changes for keydb... (diff) | |
download | gpg4usb-03cb6b902cadc0d65ad24ca9b059a7f2be3308ce.tar.gz gpg4usb-03cb6b902cadc0d65ad24ca9b059a7f2be3308ce.zip |
recommit 15a3e48b8e55c2d02d26c64d89bba1940981b9c3 (added possibility to add keyserver to keyserverlist in settings dialog)
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index b709b71..0b5f164 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -135,6 +135,10 @@ signals: private: QComboBox *comboBox; + QLineEdit *newKeyServerEdit; + + private slots: + void addKeyServer(); signals: void signalRestartNeeded(bool needed); |