qt: fix unicode character display on osx when building with 10.7 sdk

This commit is contained in:
Cory Fields
2014-08-06 15:06:40 -04:00
parent 003bbd5f76
commit 292cc072f3
3 changed files with 34 additions and 0 deletions

View File

@@ -106,6 +106,10 @@ namespace GUIUtil
representation if needed. This assures that Qt can word-wrap long tooltip messages.
Tooltips longer than the provided size threshold (in characters) are wrapped.
*/
// Replace invalid default fonts with known good ones
void SubstituteFonts();
class ToolTipToRichTextFilter : public QObject
{
Q_OBJECT