aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-xsettingsdialog.h5
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