| 1207 | } |
| 1208 | |
| 1209 | void AdaptixWidget::DataHandler(const QByteArray &data) |
| 1210 | { |
| 1211 | LogError("Unexpected non-JSON websocket payload (len=%d).", static_cast<int>(data.size())); |
| 1212 | } |
| 1213 | |
| 1214 | void AdaptixWidget::DataHandlerJson(const QJsonObject &jsonObj) |
| 1215 | { |