diff --git a/src/libs/vlayout/vrawsapoint.h b/src/libs/vlayout/vrawsapoint.h index 932fe9cad..e93a99fc2 100644 --- a/src/libs/vlayout/vrawsapoint.h +++ b/src/libs/vlayout/vrawsapoint.h @@ -42,6 +42,7 @@ class VRawSAPoint : public QPointF public: Q_DECL_CONSTEXPR VRawSAPoint(); Q_DECL_CONSTEXPR VRawSAPoint(qreal xpos, qreal ypos); + // cppcheck-suppress noExplicitConstructor Q_DECL_CONSTEXPR VRawSAPoint(QPointF p); Q_DECL_CONSTEXPR bool LoopPoint() const;