Register from SettingsDialog

This commit is contained in:
Florian Märkl 2019-08-16 14:53:00 +02:00
commit f6a63b90fc
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 24 additions and 7 deletions

View file

@ -36,6 +36,7 @@ class SettingsDialog : public QDialog
private slots:
void UpdateRegisteredHosts();
void UpdateRegisteredHostsButtons();
void RegisterNewHost();
void DeleteRegisteredHost();
public: