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

Function Q_LOGGING_CATEGORY

Plugins/FtpServer/BackendFtpServer.cpp:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "OperateFtpServer.h"
8
9static Q_LOGGING_CATEGORY(log, "FtpServer.Backend")
10CBackendFtpServer::CBackendFtpServer(COperateFtpServer *pOperate)
11 : CBackend(pOperate)
12 , m_pOperate(pOperate)
13 , m_pServer(nullptr)
14 , m_nTotal(0)
15 , m_nDisconnect(0)
16{
17 qDebug(log) << Q_FUNC_INFO;
18 m_Para = m_pOperate->GetParameter();
19}
20
21CBackendFtpServer::~CBackendFtpServer()
22{

Callers

nothing calls this directly

Calls 1

GetParameterMethod · 0.45

Tested by

no test coverage detected