This commit is contained in:
arcan1s 2014-09-04 21:20:18 +04:00
parent 7140ba17cc
commit ef47b1146e

View File

@ -39,7 +39,7 @@ void CFont::setCurrentColor(const QColor color)
}
void CFont::html2QFont(const int htmlWeight)
int CFont::html2QFont(const int htmlWeight)
{
int weight = 16;
switch(htmlWeight) {