| 1200 | /// SLOTS |
| 1201 | |
| 1202 | void AdaptixWidget::ChannelClose() const |
| 1203 | { |
| 1204 | QIcon onReconnectButton = RecolorIcon(QIcon(":/icons/unlink"), COLOR_ChiliPepper); |
| 1205 | reconnectButton->setIcon(onReconnectButton); |
| 1206 | ChannelThread->quit(); |
| 1207 | } |
| 1208 | |
| 1209 | void AdaptixWidget::DataHandler(const QByteArray &data) |
| 1210 | { |
nothing calls this directly
no test coverage detected