From daf42ccb678d7fb6e6a9737fe0f4a4a3a9096d09 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 31 May 2021 12:23:59 +0300 Subject: [PATCH] Fix build. --- src/test/ValentinaTest/tst_varc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ValentinaTest/tst_varc.cpp b/src/test/ValentinaTest/tst_varc.cpp index cf370f620..58d4e8730 100644 --- a/src/test/ValentinaTest/tst_varc.cpp +++ b/src/test/ValentinaTest/tst_varc.cpp @@ -463,5 +463,5 @@ void TST_VArc::EmptyArc() VArc empty; Comparison(empty.GetPoints(), {QPointF()}); - QCOMPARE(empty.GetLength(), 0); + QCOMPARE(empty.GetLength(), 0.); }