update
This commit is contained in:
parent
f0abd3bc92
commit
f88c5f2810
|
@ -49,7 +49,7 @@ PlatformMotionSequence::PlatformMotionSequence()
|
||||||
|
|
||||||
std::shared_ptr<Serializable> PlatformMotionSequence::newDefault() const
|
std::shared_ptr<Serializable> PlatformMotionSequence::newDefault() const
|
||||||
{
|
{
|
||||||
return std::shared_ptr<PlatformMotionSequence>();
|
return std::make_shared<PlatformMotionSequence>();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlatformMotionSequence::recoveryFrom(const QJsonObject& obj)
|
void PlatformMotionSequence::recoveryFrom(const QJsonObject& obj)
|
||||||
|
|
Loading…
Reference in New Issue