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

Function Q_LOGGING_CATEGORY

Plugins/TigerVnc/Client/OperateVnc.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QLoggingCategory>
11
12static Q_LOGGING_CATEGORY(log, "VNC.Connecter")
13
14COperateVnc::COperateVnc(CPlugin *plugin)
15 : COperateDesktop(plugin)
16{
17 qDebug(log) << Q_FUNC_INFO;
18}
19
20COperateVnc::~COperateVnc()
21{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected