| 14 | void themeTheButton(QPushButton * button); |
| 15 | |
| 16 | SendPacketButton::SendPacketButton(QWidget *parent) : |
| 17 | QPushButton(parent) |
| 18 | { |
| 19 | |
| 20 | } |
| 21 | |
| 22 | void SendPacketButton::init() |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected