mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Register from SettingsDialog
This commit is contained in:
parent
c993ca611e
commit
f6a63b90fc
5 changed files with 24 additions and 7 deletions
|
@ -47,7 +47,7 @@ class RegistDialog : public QDialog
|
|||
void ValidateInput();
|
||||
|
||||
public:
|
||||
explicit RegistDialog(Settings *settings, QString host = QString(), QWidget *parent = nullptr);
|
||||
explicit RegistDialog(Settings *settings, const QString &host = QString(), QWidget *parent = nullptr);
|
||||
~RegistDialog();
|
||||
|
||||
public slots:
|
||||
|
|
|
@ -36,6 +36,7 @@ class SettingsDialog : public QDialog
|
|||
private slots:
|
||||
void UpdateRegisteredHosts();
|
||||
void UpdateRegisteredHostsButtons();
|
||||
void RegisterNewHost();
|
||||
void DeleteRegisteredHost();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue