[ttfautohintGUI] Fix incorrect usage of `qPrintable'.
commit4c3f028fbaffe1c86ea08bfa7406f27df9a3eef6
authorWerner Lemberg <wl@gnu.org>
Thu, 24 Nov 2016 19:33:54 +0000 (24 20:33 +0100)
committerWerner Lemberg <wl@gnu.org>
Thu, 24 Nov 2016 19:33:54 +0000 (24 20:33 +0100)
treedf49bc6c2676fa975d8c08fa12a49dee3b796885
parent70d3f8e6e9c7eea7cda84ae4ac354ea7b02ad375
[ttfautohintGUI] Fix incorrect usage of `qPrintable'.

Data returned by this function must be consumed *immediately*, otherwise the
returned pointer is not valid because it is temporary only.
frontend/maingui.cpp