Renamed DialogPiecePath::DisableShowMode to DialogPiecePath::EnbleShowMode.
--HG-- branch : feature
This commit is contained in:
parent
0d65f1f4d6
commit
9c3a49e43f
|
@ -74,7 +74,7 @@ DialogPiecePath::~DialogPiecePath()
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void DialogPiecePath::DisableShowMode(bool disable)
|
void DialogPiecePath::EnbleShowMode(bool disable)
|
||||||
{
|
{
|
||||||
m_showMode = disable;
|
m_showMode = disable;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ public:
|
||||||
explicit DialogPiecePath(const VContainer *data, quint32 toolId, QWidget *parent = nullptr);
|
explicit DialogPiecePath(const VContainer *data, quint32 toolId, QWidget *parent = nullptr);
|
||||||
virtual ~DialogPiecePath();
|
virtual ~DialogPiecePath();
|
||||||
|
|
||||||
void DisableShowMode(bool disable);
|
void EnbleShowMode(bool disable);
|
||||||
|
|
||||||
VPiecePath GetPiecePath() const;
|
VPiecePath GetPiecePath() const;
|
||||||
void SetPiecePath(const VPiecePath &path);
|
void SetPiecePath(const VPiecePath &path);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user