| 20 | } |
| 21 | |
| 22 | void SendPacketButton::init() |
| 23 | { |
| 24 | //QDEBUG() << " sendButton connect attempt:" << |
| 25 | connect(this, SIGNAL(clicked()), this, SLOT(sendClicked())); |
| 26 | } |
| 27 | |
| 28 | |
| 29 | void SendPacketButton::sendClicked() |
nothing calls this directly
no outgoing calls
no test coverage detected