mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02:00
8 lines
168 B
C++
8 lines
168 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
namespace StringUtils {
|
|
int naturalCompare(const QString& s1, const QString& s2, Qt::CaseSensitivity cs);
|
|
} // namespace StringUtils
|