[TD]fix 2 tidy warnings
This commit is contained in:
@@ -122,6 +122,7 @@ QPainterPath QGIEdge::shape() const
|
||||
|
||||
void QGIEdge::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
|
||||
{
|
||||
Q_UNUSED(event)
|
||||
QGIView *parent = dynamic_cast<QGIView *>(parentItem());
|
||||
if (parent && parent->getViewObject() && parent->getViewObject()->isDerivedFrom(TechDraw::DrawViewPart::getClassTypeId())) {
|
||||
TechDraw::DrawViewPart *baseFeat = static_cast<TechDraw::DrawViewPart *>(parent->getViewObject());
|
||||
|
||||
@@ -133,6 +133,7 @@ TechDraw::LineFormat *TaskLineDecor::getFormatAccessPtr(const std::string &edgeN
|
||||
}
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void TaskLineDecor::initializeRejectArrays()
|
||||
|
||||
Reference in New Issue
Block a user