mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
avoid possible recursion in QLocalePrivate::findLocale()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2cbc42ca74
commit
d178408e5d
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ const QLocalePrivate *QLocalePrivate::findLocale(QLocale::Language language, QLo
|
|||
script = subtagAliasTbl[i].toscript;
|
||||
country = subtagAliasTbl[i].tocountry;
|
||||
QLOCALEDEBUG << "to" << language << script << country;
|
||||
return QLocalePrivate::findLocale(language, script, country);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue