diff --git a/fontdialog.cpp b/fontdialog.cpp index 55f0185..e470ef5 100644 --- a/fontdialog.cpp +++ b/fontdialog.cpp @@ -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) {