mirror of
https://github.com/arcan1s/qtadds-fontdialog.git
synced 2025-07-14 06:15:48 +00:00
fix building
This commit is contained in:
@ -104,13 +104,13 @@ int CFont::qFont2html(const int weight)
|
||||
|
||||
int CFont::htmlWeight()
|
||||
{
|
||||
return qFont2html(weight());
|
||||
return CFont::qFont2html(weight());
|
||||
}
|
||||
|
||||
|
||||
void CFont::setHtmlWeight(const int htmlWeight)
|
||||
{
|
||||
setWeight(html2QFont(htmlWeight));
|
||||
setWeight(CFont::html2QFont(htmlWeight));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user