Renamed DialogPiecePath::DisableShowMode to DialogPiecePath::EnbleShowMode.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-11-28 10:45:57 +02:00
parent 0d65f1f4d6
commit 9c3a49e43f
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ DialogPiecePath::~DialogPiecePath()
} }
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
void DialogPiecePath::DisableShowMode(bool disable) void DialogPiecePath::EnbleShowMode(bool disable)
{ {
m_showMode = disable; m_showMode = disable;
} }

View file

@ -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);