[TD]CI clang warnings

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

View File

@@ -65,10 +65,10 @@ void QGICenterLine::makeLine()
}
void QGICenterLine::setBounds(double x1,double y1,double x2,double y2)
void QGICenterLine::setBounds(double x1, double y1, double x2, double y2)
{
m_start = QPointF(x1,y1);
m_end = QPointF(x2,y2);
m_start = QPointF(x1, y1);
m_end = QPointF(x2, y2);
}
QColor QGICenterLine::getCenterColor()