Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasparCG/client
/ PrintCommand
Method
PrintCommand
src/Core/Commands/PrintCommand.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <QtCore/QXmlStreamWriter>
4
5
PrintCommand::PrintCommand(QObject* parent)
6
: AbstractCommand(parent)
7
{
8
}
9
10
const QString& PrintCommand::getOutput() const
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected