| 12 | QSharedPointer<QTranslator> g_Translator = nullptr; |
| 13 | |
| 14 | CChannel::CChannel(QObject *parent) |
| 15 | : QIODevice(parent), |
| 16 | m_pSocket(nullptr) |
| 17 | {} |
| 18 | |
| 19 | CChannel::CChannel(QTcpSocket *pSocket, QObject *parent) |
| 20 | : QIODevice(parent), |
nothing calls this directly
no outgoing calls
no test coverage detected