Fix build.

This commit is contained in:
Roman Telezhynskyi 2021-09-13 19:01:25 +03:00
parent 392f06b212
commit 638bd14f67

View File

@ -29,9 +29,7 @@
#define LAYOUTDEF_H #define LAYOUTDEF_H
#include <QPointF> #include <QPointF>
#include <QSharedPointer>
template <typename T> class QSharedPointer;
template <typename T> class QWeakPointer;
class VPLayout; class VPLayout;
using VPLayoutPtr = QSharedPointer<VPLayout>; using VPLayoutPtr = QSharedPointer<VPLayout>;