Fix build.

This commit is contained in:
Roman Telezhynskyi 2024-01-10 10:54:37 +02:00
parent 88cfbea9cf
commit 29de9aca0b
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#ifndef SCENEDEF_H
#define SCENEDEF_H
#include "qtypes.h"
#include <QtGlobal>
enum class PGraphicsItem : int
{

View File

@ -74,6 +74,7 @@ class VFoldLine
Q_DECLARE_TR_FUNCTIONS(VFoldLine) // NOLINT
public:
VFoldLine() = default;
VFoldLine(const QLineF &line, FoldLineType type);
void SetHeight(qreal newHeight);