MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / cleanClientDisplayText

Function cleanClientDisplayText

src/gui/MainWindowHelpers.cpp:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected