Cppcheck warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-11-03 10:20:00 +02:00
parent 2887350c16
commit b8f2d1782b

View file

@ -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;