MCPcopy Create free account
hub / github.com/CasparCG/client / KeyValueModel

Method KeyValueModel

src/Core/Models/KeyValueModel.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "KeyValueModel.h"
2
3KeyValueModel::KeyValueModel(const QString& key, const QString& value)
4{
5 this->key = key;
6 this->value = value;
7}
8
9const QString& KeyValueModel::getKey() const
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected