Fix build.
This commit is contained in:
parent
88cfbea9cf
commit
29de9aca0b
|
@ -28,7 +28,7 @@
|
||||||
#ifndef SCENEDEF_H
|
#ifndef SCENEDEF_H
|
||||||
#define SCENEDEF_H
|
#define SCENEDEF_H
|
||||||
|
|
||||||
#include "qtypes.h"
|
#include <QtGlobal>
|
||||||
|
|
||||||
enum class PGraphicsItem : int
|
enum class PGraphicsItem : int
|
||||||
{
|
{
|
||||||
|
|
|
@ -74,6 +74,7 @@ class VFoldLine
|
||||||
Q_DECLARE_TR_FUNCTIONS(VFoldLine) // NOLINT
|
Q_DECLARE_TR_FUNCTIONS(VFoldLine) // NOLINT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
VFoldLine() = default;
|
||||||
VFoldLine(const QLineF &line, FoldLineType type);
|
VFoldLine(const QLineF &line, FoldLineType type);
|
||||||
|
|
||||||
void SetHeight(qreal newHeight);
|
void SetHeight(qreal newHeight);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user