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

Method sendClicked

src/sendpacketbutton.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29void SendPacketButton::sendClicked()
30{
31
32 QDEBUG() << " Emit clicked: " << name;
33
34 emit sendPacket(name);
35
36}
37
38
39//used by mainwindow.cpp and panelgenerator.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected