[TD]CI clang warnings
This commit is contained in:
@@ -65,7 +65,7 @@ void QGCustomLabel::centerAt(double cX, double cY)
|
||||
double height = box.height();
|
||||
double newX = cX - width/2.;
|
||||
double newY = cY - height/2.;
|
||||
setPos(newX,newY);
|
||||
setPos(newX, newY);
|
||||
}
|
||||
|
||||
void QGCustomLabel::paint ( QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget) {
|
||||
|
||||
Reference in New Issue
Block a user