Fix build on Windows.

This commit is contained in:
Roman Telezhynskyi 2023-05-10 18:28:38 +03:00
parent 608b90122c
commit 113b685c9c
2 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,7 @@ Q_DECL_RELAXED_CONSTEXPR inline auto VSAPoint::PassmarkLength(qreal width) const
}
//---------------------------------------------------------------------------------------------------------------------
Q_DECL_RELAXED_CONSTEXPR inline bool VSAPoint::IsPassmarkClockwiseOpening() const
Q_DECL_CONSTEXPR inline auto VSAPoint::IsPassmarkClockwiseOpening() const -> bool
{
return m_passmarkClockwiseOpening;
}

View File

@ -31,6 +31,7 @@
#include "../dialogtool.h"
#include "../vpatterndb/vpiece.h"
#include "../vpatterndb/vpiecepath.h"
namespace Ui
{