MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getNextChar

Function getNextChar

launcher/StringUtils.cpp:47–50  ·  view source on GitHub ↗

TAKEN FROM Qt, because it doesn't expose it intelligently

Source from the content-addressed store, hash-verified

45
46/// TAKEN FROM Qt, because it doesn't expose it intelligently
47static inline QChar getNextChar(const QString& s, int location)
48{
49 return (location < s.length()) ? s.at(location) : QChar();
50}
51
52/// TAKEN FROM Qt, because it doesn't expose it intelligently
53int StringUtils::naturalCompare(const QString& s1, const QString& s2, Qt::CaseSensitivity cs)

Callers 1

naturalCompareMethod · 0.85

Calls 1

atMethod · 0.45

Tested by

no test coverage detected