From 7af89dc9c878a3ffaa1f5c5ac4bb10c09b49c4e2 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 2 Sep 2019 08:29:18 +0300 Subject: [PATCH] Cppcheck warning. --HG-- branch : develop --- src/libs/vlayout/vsapoint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/vlayout/vsapoint.h b/src/libs/vlayout/vsapoint.h index b0c67dd25..e5ed676d2 100644 --- a/src/libs/vlayout/vsapoint.h +++ b/src/libs/vlayout/vsapoint.h @@ -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) : QPointF(p) {}