#pragma once #include "domain/Project.h" #include namespace core::library { QJsonObject toolToJson(const core::Project::Tool& t); bool toolFromJson(const QJsonObject& o, core::Project::Tool& out); } // namespace core::library