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

Method ImageTreeBaseWidget

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

Source from the content-addressed store, hash-verified

10#include <QtWidgets/QTreeWidgetItem>
11
12ImageTreeBaseWidget::ImageTreeBaseWidget(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 ImageTreeBaseWidget::repositoryRundown(const RepositoryRundownEvent& event)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected