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

Method VideoTreeBaseWidget

src/Widgets/Library/VideoTreeBaseWidget.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QtWidgets/QTreeWidgetItem>
11
12VideoTreeBaseWidget::VideoTreeBaseWidget(QWidget* parent)
13 : QTreeWidget(parent),
14 lock(false)
15{
16 QObject::connect(&EventManager::getInstance(), SIGNAL(repositoryRundown(const RepositoryRundownEvent&)), this, SLOT(repositoryRundown(const RepositoryRundownEvent&)));
17}
18
19void VideoTreeBaseWidget::repositoryRundown(const RepositoryRundownEvent& event)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected