mirror of
https://github.com/arcan1s/qtadds-fontdialog.git
synced 2025-04-24 16:47: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()
|
int CFont::htmlWeight()
|
||||||
{
|
{
|
||||||
return qFont2html(weight());
|
return CFont::qFont2html(weight());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void CFont::setHtmlWeight(const int htmlWeight)
|
void CFont::setHtmlWeight(const int htmlWeight)
|
||||||
{
|
{
|
||||||
setWeight(html2QFont(htmlWeight));
|
setWeight(CFont::html2QFont(htmlWeight));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user