Cppcheck warning.
--HG-- branch : develop
This commit is contained in:
parent
fcfa632118
commit
7af89dc9c8
|
@ -93,6 +93,7 @@ Q_DECL_CONSTEXPR inline VSAPoint::VSAPoint(qreal xpos, qreal ypos)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
// cppcheck-suppress passedByValue
|
||||||
Q_DECL_CONSTEXPR inline VSAPoint::VSAPoint(QPointF p)
|
Q_DECL_CONSTEXPR inline VSAPoint::VSAPoint(QPointF p)
|
||||||
: QPointF(p)
|
: QPointF(p)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user