mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-07 21:06:41 +00:00
killed some tabs
This commit is contained in:
parent
fdf6645dbc
commit
6d5823e8aa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace
|
||||||
{
|
{
|
||||||
QString toLower(const QString &str)
|
QString toLower(const QString &str)
|
||||||
{
|
{
|
||||||
return QString::fromUtf8(Misc::StringUtils::lowerCase(str.toStdString()).c_str());
|
return QString::fromUtf8(Misc::StringUtils::lowerCase(str.toStdString()).c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue