diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/utils/hbfontspec.h --- a/src/hbcore/utils/hbfontspec.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/utils/hbfontspec.h Mon Oct 18 18:23:13 2010 +0300 @@ -53,7 +53,7 @@ explicit HbFontSpec(HbFontSpec::Role role); HbFontSpec(const HbFontSpec &other); - HbFontSpec(const QString fontName); + HbFontSpec(const QString fontName); HbFontSpec &operator=(const HbFontSpec &other); ~HbFontSpec(); @@ -72,8 +72,8 @@ bool operator==(const HbFontSpec &other) const; bool operator!=(const HbFontSpec &other) const; - QString typefaceFamily() const; - void setTypefaceFamily(QString fontName); + QString typefaceFamily() const; + void setTypefaceFamily(QString fontName); private: HbFontSpecPrivate *d; };