Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
QString removeWhitespace(const QString& str)
468
{
469
return str.simplified().remove(QLatin1Char(
' '
));
470
}
471
472
ParamIterator::~ParamIterator() = default;
473
Callers
1
execute
Method · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected