MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / compareFileName

Method compareFileName

src/addtestcaseswizard.cpp:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382auto AddTestCasesWizard::compareFileName(const QString &a, const QString &b) -> bool {
383 return a.length() < b.length() || (a.length() == b.length() && QString::localeAwareCompare(a, b) < 0);
384}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected