MCPcopy Create free account
hub / github.com/KDE/kdevelop / removeWhitespace

Function removeWhitespace

kdevplatform/language/duchain/stringhelpers.cpp:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467QString removeWhitespace(const QString& str)
468{
469 return str.simplified().remove(QLatin1Char(' '));
470}
471
472ParamIterator::~ParamIterator() = default;
473

Callers 1

executeMethod · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected