aboutsummaryrefslogtreecommitdiff
path: root/launcher/StringUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/StringUtils.h')
-rw-r--r--launcher/StringUtils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/StringUtils.h b/launcher/StringUtils.h
new file mode 100644
index 00000000..fbe72117
--- /dev/null
+++ b/launcher/StringUtils.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <QString>
+
+namespace StringUtils {
+int naturalCompare(const QString& s1, const QString& s2, Qt::CaseSensitivity cs);
+} // namespace StringUtils