diff options
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 |