[nicolodi] nullptr initialization of priv members

This commit is contained in:
giomba 2019-08-16 18:39:04 +02:00
parent 28b2375e42
commit e37455b8c0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ private slots:
private: private:
Ui::EditWindow *ui; Ui::EditWindow *ui;
QSqlRelationalTableModel *model; QSqlRelationalTableModel *model = nullptr;
bool doNotShow_; bool doNotShow_;
int professioneIdx; int professioneIdx;
int fonteIdx; int fonteIdx;