Removed some Q_UNUSED

This commit is contained in:
Simon De Backer
2020-09-04 23:00:32 +02:00
parent 1bc2536c06
commit 610a44c7cd
18 changed files with 67 additions and 101 deletions

View File

@@ -101,10 +101,10 @@ class GenericPanel : public QTreeWidget {
Diagram *,
PanelOptions = AddAllChild,
bool = false);
virtual QTreeWidgetItem *fillDiagramItem (QTreeWidgetItem *,
Diagram *,
PanelOptions = AddAllChild,
bool = false);
virtual QTreeWidgetItem *fillDiagramItem(
QTreeWidgetItem *,
PanelOptions = AddAllChild,
bool = false);
// title block templates collections methods
public: