mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
fix Wdeprecated-declarations
Use default constructor instead
This commit is contained in:
committed by
Laurent Trinques
parent
6a926bbe50
commit
c4850f815f
@@ -530,7 +530,7 @@ QTreeWidgetItem *GenericPanel::fillItem(QTreeWidgetItem *qtwi, PanelOptions opti
|
||||
|
||||
*/
|
||||
void GenericPanel::projectInformationsChanged(QETProject *project) {
|
||||
addProject(project, nullptr, nullptr);
|
||||
addProject(project, nullptr, AddAllChild);
|
||||
emit(panelContentChanged());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user