Clang warnings.
This commit is contained in:
parent
accaa68e7a
commit
301069fbff
|
@ -40,7 +40,7 @@ Q_DECLARE_LOGGING_CATEGORY(MLReader) // NOLINT
|
|||
|
||||
struct TextLine;
|
||||
struct VLayoutPassmark;
|
||||
struct VLayoutPlaceLabel;
|
||||
class VLayoutPlaceLabel;
|
||||
class VLayoutPiecePath;
|
||||
class VTextManager;
|
||||
class VLayoutPoint;
|
||||
|
|
|
@ -178,7 +178,7 @@ void TST_VAbstractCurve::CurveIntersectLine_data()
|
|||
QTest::addColumn<QVector<QPointF>>("intersections");
|
||||
QTest::addColumn<QLineF>("line");
|
||||
|
||||
auto ASSERT_TEST_CASE = [this](const char *title, const QString &input, const QString &output, QLineF line)
|
||||
auto ASSERT_TEST_CASE = [](const char *title, const QString &input, const QString &output, QLineF line)
|
||||
{
|
||||
QVector<QPointF> points = AbstractTest::VectorFromJson<QPointF>(input);
|
||||
QVector<QPointF> intersections = AbstractTest::VectorFromJson<QPointF>(output);
|
||||
|
|
Loading…
Reference in New Issue
Block a user