Fix parsing of Gateways and Priority Rules (#35)

* Fix gateways and priority rules parsing

* Removing comment with dead code

Co-authored-by: Raphael Sant'Anna <raphael.santanna@exame.com>
This commit is contained in:
Raphael Sant'Anna
2020-10-31 22:55:27 -03:00
committed by GitHub
parent d91fad089f
commit c14a6ad1d2
4 changed files with 18 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ public:
GPClient(QWidget *parent = nullptr);
~GPClient();
void activiate();
void activate();
private slots:
void on_connectButton_clicked();