diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-06-28 21:57:42 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-06-28 21:57:42 +0000 |
commit | 15a3e48b8e55c2d02d26c64d89bba1940981b9c3 (patch) | |
tree | b938eb426e05465cc6206d5c76856ac2350d594b /settingsdialog.h | |
parent | minor changes for keydbpath in settingsdialog (diff) | |
download | gpg4usb-15a3e48b8e55c2d02d26c64d89bba1940981b9c3.tar.gz gpg4usb-15a3e48b8e55c2d02d26c64d89bba1940981b9c3.zip |
added possibility to add keyserver to keyserverlist in settings dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@916 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index 1f257a6..ec4a3d0 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -114,7 +114,10 @@ private slots: private: QComboBox *comboBox; - QLabel *label; + QLineEdit *newKeyServerEdit; + + private slots: + void addKeyServer(); }; class AdvancedTab : public QWidget |