blob: 493ba3d2fc8720d949612bf7fdde655be5c9b5eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <QString>
#include "multimc_logic_export.h"
namespace Strings
{
int MULTIMC_LOGIC_EXPORT naturalCompare(const QString &s1, const QString &s2, Qt::CaseSensitivity cs);
}
|