Forgot to refactor this name.
--HG-- branch : feature
This commit is contained in:
parent
f6923a92f4
commit
f2d1b4b916
|
@ -221,7 +221,7 @@ bool VPointF::IsShowLabel() const
|
|||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
void VPointF::SetHideLabel(bool hide)
|
||||
void VPointF::SetShowLabel(bool hide)
|
||||
{
|
||||
d->m_showLabel = hide;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user