Fixed some cases where nullptr were not correctly handled.

This commit is contained in:
Eelke Klein 2017-09-01 21:07:37 +02:00
parent e66326472e
commit aa50d3097e
3 changed files with 18 additions and 10 deletions

View file

@ -41,7 +41,7 @@ private:
Ui::MainWindow *ui;
ConnectionConfig m_config;
OpenDatabase *m_database;
OpenDatabase *m_database = nullptr;
MasterController *m_masterController;