[TD]CI clang warnings
This commit is contained in:
@@ -169,7 +169,7 @@ void QGIProjGroup::mouseReleaseEvent(QGraphicsSceneMouseEvent * event)
|
||||
}
|
||||
} else if(scene() && qAnchor) {
|
||||
// End of Drag
|
||||
getViewObject()->setPosition(Rez::appX(x()),Rez::appX(getY()));
|
||||
getViewObject()->setPosition(Rez::appX(x()), Rez::appX(getY()));
|
||||
}
|
||||
}
|
||||
QGIViewCollection::mouseReleaseEvent(event);
|
||||
@@ -200,7 +200,7 @@ QGIView * QGIProjGroup::getAnchorQItem() const
|
||||
void QGIProjGroup::rotateView()
|
||||
{
|
||||
Base::Console().Warning("QGIPG: Projection Groups do not rotate. Change ignored\n");
|
||||
}
|
||||
}
|
||||
|
||||
void QGIProjGroup::drawBorder()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user