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

Method PresetModel

src/Core/Models/PresetModel.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "PresetModel.h"
2
3PresetModel::PresetModel(int id, const QString& name, const QString& value)
4 : id(id), name(name), value(value)
5{
6}
7
8int PresetModel::getId() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected