Sort categories with translated names
This commit is contained in:
@@ -76,6 +76,7 @@ void KissCount::LoadUser(const QString& user)
|
||||
{
|
||||
if (_user) delete _user;
|
||||
_user = _db->LoadUser(user) ;
|
||||
|
||||
if (_user)
|
||||
_wxUI->LoadUser();
|
||||
}
|
||||
@@ -504,6 +505,9 @@ QFont KissCount::ExtractFont(QString strFont)
|
||||
weight = list[3].toInt();
|
||||
faceName = list[4];
|
||||
|
||||
(void) family;
|
||||
(void) style;
|
||||
|
||||
return QFont(faceName, pointSize, weight);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user