mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Removed some Q_UNUSED
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user