diff options
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index af6e2b5..d97fd49 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -107,6 +107,7 @@ private slots: class KeyserverTab : public QWidget { Q_OBJECT + public: KeyserverTab(QWidget *parent = 0); void setSettings(); @@ -114,11 +115,11 @@ private slots: private: QComboBox *comboBox; - QLineEdit *newKeyServerEdit; private slots: void addKeyServer(); void removeKeyServer(); + void editTextChangedAction(); }; class AdvancedTab : public QWidget |