]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiFontMetrics.h
This commit allows to support the full unicode range in GuiFontMetrics thus fixing...
[features.git] / src / frontends / qt4 / GuiFontMetrics.h
index fc071f26842ce8506b1a4677c1997ce9401d84e5..d4c0786164fd0eb88322bc5cd046757616c39662 100644 (file)
@@ -56,7 +56,7 @@ public:
        int width(QString const & str) const;
 
 private:
-       int smallcapsWidth(QString const & s) const;
+       int smallcapsWidth(char_type c) const;
 
        /// Metrics on the font
        QFontMetrics metrics_;