From 15a3e48b8e55c2d02d26c64d89bba1940981b9c3 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 28 Jun 2012 21:57:42 +0000 Subject: 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 --- settingsdialog.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settingsdialog.h') 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 -- cgit v1.2.3