TD: PR6497 move return statement to new line
This commit is contained in:
@@ -200,7 +200,8 @@ void QGTracker::sleep(bool b)
|
||||
QPointF QGTracker::snapToAngle(QPointF dumbPt)
|
||||
{
|
||||
// If no point selected yet, snapping has no sense
|
||||
if (m_points.size() < 1) return dumbPt;
|
||||
if (m_points.size() < 1)
|
||||
return dumbPt;
|
||||
|
||||
QPointF result(dumbPt);
|
||||
double angleIncr = M_PI / 8.0; //15*
|
||||
|
||||
Reference in New Issue
Block a user