parseStreamToken — identical to parseStatusHandle; use the shared version.
| 140 | |
| 141 | // parseStreamToken — identical to parseStatusHandle; use the shared version. |
| 142 | inline quint32 parseStreamToken(QString text) { return parseStatusHandle(std::move(text)); } |
| 143 | |
| 144 | QString hexId(quint32 value) |
| 145 | { |
no test coverage detected