Skip to content

Commit 7ad4409

Browse files
committed
cleanup
1 parent 35c6baa commit 7ad4409

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

librecad/src/lib/engine/document/entities/lc_hyperbola.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,6 @@ RS_Vector LC_Hyperbola::getNearestDist(double distance,
10261026
double delta = residual / ds_dphi_current;
10271027
phi += delta;
10281028

1029-
LC_LOG<<__func__<<"(): "<<i<<": phi="<<phi<<", "<<s<<"("<<targetArcFromStart<<"): "<<residual;
10301029
if (std::abs(delta) < tol) {
10311030
converged = true;
10321031
break;

librecad/src/ui/dialogs/main/lc_dlgabout.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ LC_DlgAbout::LC_DlgAbout(QWidget *parent)
7272
// Compiler macro list in Qt source tree
7373
// Src/qtbase/src/corelib/global/qcompilerdetection.h
7474

75+
7576
m_info = QString(
7677
tr("Version: <b>%1</b>").arg(XSTR(LC_VERSION)) + "<br/>" +
7778
#if defined(Q_CC_CLANG)

0 commit comments

Comments
 (0)