Mod: Single arg ctors must be explicit
This commit is contained in:
@@ -52,7 +52,7 @@ namespace PartGui {
|
||||
class BooleanOperationItem : public QTreeWidgetItem
|
||||
{
|
||||
public:
|
||||
BooleanOperationItem(int type = Type)
|
||||
explicit BooleanOperationItem(int type = Type)
|
||||
: QTreeWidgetItem(type)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user