Forgot to refactor this name.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2017-09-17 09:17:37 +03:00
parent f6923a92f4
commit f2d1b4b916
2 changed files with 2 additions and 2 deletions

View file

@ -221,7 +221,7 @@ bool VPointF::IsShowLabel() const
}
//---------------------------------------------------------------------------------------------------------------------
void VPointF::SetHideLabel(bool hide)
void VPointF::SetShowLabel(bool hide)
{
d->m_showLabel = hide;
}

View file

@ -83,7 +83,7 @@ public:
void setY(const qreal &value);
bool IsShowLabel() const;
void SetHideLabel(bool hide);
void SetShowLabel(bool hide);
static QPointF RotatePF(const QPointF &originPoint, const QPointF &point, qreal degrees);
static QPointF FlipPF(const QLineF &axis, const QPointF &point);