| 380 | } |
| 381 | |
| 382 | auto 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected