Cppcheck warning.
--HG-- branch : develop
This commit is contained in:
parent
2887350c16
commit
b8f2d1782b
|
@ -42,6 +42,7 @@ class VRawSAPoint : public QPointF
|
||||||
public:
|
public:
|
||||||
Q_DECL_CONSTEXPR VRawSAPoint();
|
Q_DECL_CONSTEXPR VRawSAPoint();
|
||||||
Q_DECL_CONSTEXPR VRawSAPoint(qreal xpos, qreal ypos);
|
Q_DECL_CONSTEXPR VRawSAPoint(qreal xpos, qreal ypos);
|
||||||
|
// cppcheck-suppress noExplicitConstructor
|
||||||
Q_DECL_CONSTEXPR VRawSAPoint(QPointF p);
|
Q_DECL_CONSTEXPR VRawSAPoint(QPointF p);
|
||||||
|
|
||||||
Q_DECL_CONSTEXPR bool LoopPoint() const;
|
Q_DECL_CONSTEXPR bool LoopPoint() const;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user