Fix crash when starting to add connection.
Caused by uninitialized variable. Commit contains some minor style fixes also.
This commit is contained in:
parent
7f88b98cdd
commit
bcfd82c27d
5 changed files with 32 additions and 27 deletions
|
|
@ -20,7 +20,7 @@ class ConnectionManagerWindow : public QMainWindow {
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit ConnectionManagerWindow(MasterController *master, QWidget *parent = nullptr);
|
||||
~ConnectionManagerWindow();
|
||||
~ConnectionManagerWindow() override;
|
||||
|
||||
private slots:
|
||||
void on_actionAdd_Connection_triggered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue