| 27 | |
| 28 | |
| 29 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected