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

Method PresetTreeBaseWidget

src/Widgets/Library/PresetTreeBaseWidget.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected