MCPcopy Create free account
hub / github.com/dannagle/PacketSender / init

Method init

src/sendpacketbutton.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void SendPacketButton::init()
23{
24 //QDEBUG() << " sendButton connect attempt:" <<
25 connect(this, SIGNAL(clicked()), this, SLOT(sendClicked()));
26}
27
28
29void SendPacketButton::sendClicked()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected