refactor: move MMCStrings -> StringUtils
General utilities can go in here >:) Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
76050880f1
commit
353b51f11e
15 changed files with 32 additions and 34 deletions
7
launcher/StringUtils.h
Normal file
7
launcher/StringUtils.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace StringUtils {
|
||||
int naturalCompare(const QString& s1, const QString& s2, Qt::CaseSensitivity cs);
|
||||
} // namespace StringUtils
|
Loading…
Add table
Add a link
Reference in a new issue