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

Method RepositoryDevice

src/Repository/RepositoryDevice.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QtNetwork/QHostInfo>
6
7RepositoryDevice::RepositoryDevice(const QString& address, int port, QObject* parent)
8 : RrupDevice(address, port, parent)
9{
10}
11
12const QString RepositoryDevice::resolveIpAddress() const
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected