Merge pull request #22138 from chennes/compilerWarningCleanup20250622

Compiler warning cleanup
This commit is contained in:
Kacper Donat
2025-07-06 16:32:08 +02:00
committed by GitHub
9 changed files with 33 additions and 28 deletions

View File

@@ -287,7 +287,6 @@ void QGIViewPart::drawAllFaces(void)
std::vector<LineSet> lineSets = fGeom->getTrimmedLines(iFace);
if (!lineSets.empty()) {
// this face has geometric hatch lines
newFace->clearLineSets();
for (auto& ls : lineSets) {
newFace->addLineSet(ls);
}