fix -Wextra in FreeCADGui
This commit is contained in:
@@ -48,6 +48,7 @@ SceneModel::~SceneModel()
|
||||
|
||||
int SceneModel::columnCount (const QModelIndex & parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user