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

Method HelpDialog

src/Widgets/HelpDialog.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QtCore/QString>
5
6HelpDialog::HelpDialog(QWidget* parent)
7 : QDialog(parent)
8{
9 setupUi(this);
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected