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

Method CArp

Plugins/WakeOnLan/Arp.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23static Q_LOGGING_CATEGORY(log, "WOL")
24CArp::CArp(QObject *parent) : QObject(parent)
25{
26 qDebug(log) << Q_FUNC_INFO;
27
28 m_Timer.setInterval(1000);
29 bool check = connect(&m_Timer, SIGNAL(timeout()),
30 this, SLOT(slotProcess()));
31 Q_ASSERT(check);
32}
33
34CArp::~CArp()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected