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

Method ThumbnailModel

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

Source from the content-addressed store, hash-verified

1#include "ThumbnailModel.h"
2
3ThumbnailModel::ThumbnailModel(int id, const QString& data, const QString& timestamp, const QString& size, const QString& name, const QString& address)
4 : id(id), data(data), timestamp(timestamp), size(size), name(name), address(address)
5{
6}
7
8int ThumbnailModel::getId() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected