blob: 5606b9099602058af3a409977673502684886d8d (
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);
}
|