Read and write some protobuf data

This commit is contained in:
Michael Mandl 2018-11-14 00:17:29 +01:00
parent 7b02a34cf3
commit 221368b3ca
11 changed files with 196 additions and 22 deletions

View file

@ -130,6 +130,10 @@ void MetaDataModel::read(const QJsonObject &json)
setData(index(0, 4), json["remarks"].toVariant(), Qt::EditRole);
}
//void MetaDataModel::writeProtoBuf(ESGRAF48::MetaDataModel &model) const
//{
//}
std::string MetaDataModel::toHtml() const
{
std::ostringstream out;