Merge branch 'master' into snelweg-patch-1

This commit is contained in:
Ton
2021-06-12 16:45:28 +02:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

@@ -84,8 +84,6 @@ TaskCenterLine::TaskCenterLine(TechDraw::DrawViewPart* partFeat,
m_btnOK(nullptr),
m_btnCancel(nullptr),
m_edgeName(edgeName),
m_extendBy(0.0),
m_clIdx(0),
m_type(0), // 0 - Face, 1 - Lines, 2 - Points
m_mode(0), // 0 - vertical, 1 - horizontal, 2 - aligned
m_editMode(editMode)
@@ -124,10 +122,8 @@ TaskCenterLine::TaskCenterLine(TechDraw::DrawViewPart* partFeat,
m_btnOK(nullptr),
m_btnCancel(nullptr),
m_subNames(subNames),
m_extendBy(0.0),
m_geomIndex(0),
m_cl(nullptr),
m_clIdx(0),
m_type(0), // 0 - Face, 1 - Lines, 2 - Points
m_mode(0), // 0 - vertical, 1 - horizontal, 2 - aligned
m_editMode(editMode)

View File

@@ -132,11 +132,9 @@ private:
std::vector<std::string> m_subNames;
std::string m_edgeName;
double m_extendBy;
int m_geomIndex;
TechDraw::CenterLine* m_cl;
TechDraw::CenterLine orig_cl;
int m_clIdx;
int m_type;
int m_mode;
bool m_editMode;