From ef47b1146e88caaa9be4f68d5b42919f36ab051c Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 4 Sep 2014 21:20:18 +0400 Subject: [PATCH] urgh --- fontdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {