Fixed some cases where nullptr were not correctly handled.
This commit is contained in:
parent
e66326472e
commit
aa50d3097e
3 changed files with 18 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ private:
|
|||
Ui::MainWindow *ui;
|
||||
|
||||
ConnectionConfig m_config;
|
||||
OpenDatabase *m_database;
|
||||
OpenDatabase *m_database = nullptr;
|
||||
|
||||
MasterController *m_masterController;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue