]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qfont_loader.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / qfont_loader.h
index 1a927194a8f6902890dc33022c192a7b81e9dd93..ef7d03cde498c5c6e94fb2e91b079ae723d72be5 100644 (file)
@@ -78,7 +78,7 @@ public:
        /// Called the first time when available() can't load a symbol font
        static void addToFontPath();
 
-       /// Get font info (font + metrics) for the given LyX font. 
+       /// Get font info (font + metrics) for the given LyX font.
        QLFontInfo & fontinfo(LyXFont const & f) {
                QLFontInfo * & fi =
                        fontinfo_[f.family()][f.series()][f.realShape()][f.size()];