Fix build.

develop
Roman Telezhynskyi 2021-09-13 19:01:25 +03:00
parent 392f06b212
commit 638bd14f67
1 changed files with 1 additions and 3 deletions

View File

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