[TechDraw] Improve readability of DrawViewSymbol.cpp
This commit is contained in:
committed by
WandererFan
parent
466b167443
commit
4455e40463
@@ -94,8 +94,7 @@ QRectF DrawViewSymbol::getRect() const
|
||||
bool DrawViewSymbol::checkFit(TechDraw::DrawPage* p) const
|
||||
{
|
||||
(void)p;
|
||||
bool result = true;
|
||||
return result;
|
||||
return true;
|
||||
}
|
||||
|
||||
//get editable fields from symbol
|
||||
|
||||
Reference in New Issue
Block a user