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