fix Wdeprecated-declarations

Use default constructor instead
This commit is contained in:
Simon De Backer
2020-06-12 20:45:01 +02:00
committed by Laurent Trinques
parent 6a926bbe50
commit c4850f815f

View File

@@ -530,7 +530,7 @@ QTreeWidgetItem *GenericPanel::fillItem(QTreeWidgetItem *qtwi, PanelOptions opti
*/ */
void GenericPanel::projectInformationsChanged(QETProject *project) { void GenericPanel::projectInformationsChanged(QETProject *project) {
addProject(project, nullptr, nullptr); addProject(project, nullptr, AddAllChild);
emit(panelContentChanged()); emit(panelContentChanged());
} }