| 454 | } |
| 455 | |
| 456 | QString cleanClientDisplayText(QString value) |
| 457 | { |
| 458 | value.replace(QChar(0x7f), QLatin1Char(' ')); |
| 459 | return value.trimmed(); |
| 460 | } |
| 461 | |
| 462 | QString clientConnectionStatusMessage(quint32 handle, |
| 463 | const QString& source, |
no outgoing calls
no test coverage detected