From 7140ba17cc258c3b20a3c06408e1eeb0b3b6dc5e Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 4 Sep 2014 21:18:22 +0400 Subject: [PATCH] fix header --- fontdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fontdialog.h b/fontdialog.h index 93eddf7..f8e2cf7 100644 --- a/fontdialog.h +++ b/fontdialog.h @@ -35,8 +35,8 @@ public: QColor color(); void setCurrentColor(const QColor color); // html weight properties - static html2QFont(const int htmlWeight); - static qFont2html(const int weight); + static int html2QFont(const int htmlWeight); + static int qFont2html(const int weight); int htmlWeight(); void setHtmlWeight(const int htmlWeight); // conversion to QFont