mirror of
https://github.com/arcan1s/qtadds-fontdialog.git
synced 2025-04-24 08:37:17 +00:00
fix building
This commit is contained in:
parent
ac715f4442
commit
0103ff217d
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user