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

Function formatImportIssue

src/gui/MemoryDialog.cpp:299–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299QString formatImportIssue(const QString& rowLabel,
300 const QString& message,
301 const QString& detail = QString())
302{
303 const QString normalizedDetail = detail.simplified();
304 return normalizedDetail.isEmpty()
305 ? QString("%1: %2").arg(rowLabel, message)
306 : QString("%1: %2 (%3)").arg(rowLabel, message, normalizedDetail);
307}
308
309} // namespace
310

Callers 1

onImportMethod · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected