[TD]using namespace clean up

This commit is contained in:
wandererfan
2019-11-02 19:27:24 -04:00
committed by WandererFan
parent 4539bd90b7
commit e987560314
4 changed files with 25 additions and 28 deletions

View File

@@ -124,7 +124,7 @@ void QGIViewSection::drawSectionFace()
newFace->setHatchColor(sectionVp->HatchColor.getValue());
newFace->setHatchScale(section->HatchScale.getValue());
newFace->setLineWeight(sectionVp->WeightPattern.getValue());
std::vector<LineSet> lineSets = section->getDrawableLines(i);
std::vector<TechDraw::LineSet> lineSets = section->getDrawableLines(i);
if (!lineSets.empty()) {
newFace->clearLineSets();
for (auto& ls: lineSets) {