diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/text/qfont.cpp --- a/src/gui/text/qfont.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/text/qfont.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -629,8 +629,9 @@ Returns the name of the font within the underlying window system. - Only on X11 when Qt was built without FontConfig support the XLFD (X Logical Font Description) - is returned; otherwise an empty string. + On X11, this function will return an empty string if Qt is built with + FontConfig support; otherwise the XLFD (X Logical Font Description) is + returned. Using the return value of this function is usually \e not \e portable.