MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CChannel

Method CChannel

Src/Channel/Channel.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12QSharedPointer<QTranslator> g_Translator = nullptr;
13
14CChannel::CChannel(QObject *parent)
15 : QIODevice(parent),
16 m_pSocket(nullptr)
17{}
18
19CChannel::CChannel(QTcpSocket *pSocket, QObject *parent)
20 : QIODevice(parent),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected