Files

12 lines
211 B
C++
Raw Permalink Normal View History

2018-09-16 06:05:23 +02:00
#include "shapepath.h"
ShapePath::ShapePath(QObject *parent) :
Layer(parent)
{
}
bool ShapePath::parseProperty(const QString &key, const QJsonValue &value)
{
return Layer::parseProperty(key, value);
}