Coverity: Uninitialized scalar/pointer field

This commit is contained in:
wmayer
2020-07-20 16:10:19 +02:00
parent 560e13c5f2
commit 983939b32d
26 changed files with 141 additions and 22 deletions

View File

@@ -76,6 +76,10 @@ ComboView::ComboView(bool showModel, Gui::Document* pcDocument, QWidget *parent)
splitter->addWidget(prop);
modelIndex = tabs->addTab(splitter,tr("Model"));
}
else {
tree = nullptr;
prop = nullptr;
}
// task panel
taskPanel = new Gui::TaskView::TaskView(this);