[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent 181b5af6a6
commit acf17905ed
246 changed files with 3944 additions and 4241 deletions

View File

@@ -214,7 +214,7 @@ void QGISVGTemplate::createClickHandles()
myPen.setWidth(0); // 0 means "cosmetic pen" - always 1px
item->setPen(myPen);
QBrush myBrush(editClickBoxColor,Qt::SolidPattern);
QBrush myBrush(editClickBoxColor, Qt::SolidPattern);
item->setBrush(myBrush);
item->setZValue(ZVALUE::SVGTEMPLATE + 1);