新增根据帧数控制可见性
This commit is contained in:
13
client/core/library/ToolJson.h
Normal file
13
client/core/library/ToolJson.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "domain/Project.h"
|
||||
|
||||
#include <QJsonObject>
|
||||
|
||||
namespace core::library {
|
||||
|
||||
QJsonObject toolToJson(const core::Project::Tool& t);
|
||||
bool toolFromJson(const QJsonObject& o, core::Project::Tool& out);
|
||||
|
||||
} // namespace core::library
|
||||
|
||||
Reference in New Issue
Block a user