[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

@@ -105,7 +105,7 @@ bool ViewProviderBalloon::setEdit(int ModNum)
void ViewProviderBalloon::updateData(const App::Property* p)
{
//Balloon handles X,Y updates differently that other QGIView
//Balloon handles X, Y updates differently that other QGIView
//call QGIViewBalloon::updateView
if (p == &(getViewObject()->X) ||
p == &(getViewObject()->Y) ){
@@ -115,7 +115,7 @@ void ViewProviderBalloon::updateData(const App::Property* p)
}
}
//Skip QGIView X,Y processing - do not call ViewProviderDrawingView
//Skip QGIView X, Y processing - do not call ViewProviderDrawingView
Gui::ViewProviderDocumentObject::updateData(p);
}