diff options
| author | Cory Fields <[email protected]> | 2014-08-06 15:06:40 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-08-07 12:34:53 -0400 |
| commit | 292cc072f3bada256bc6af9970512eb9dec8d93a (patch) | |
| tree | 64eff9c20e4dba2d2b8176f45865bc5ea77088be /src/qt/guiutil.h | |
| parent | Merge pull request #4645 (diff) | |
| download | discoin-292cc072f3bada256bc6af9970512eb9dec8d93a.tar.xz discoin-292cc072f3bada256bc6af9970512eb9dec8d93a.zip | |
qt: fix unicode character display on osx when building with 10.7 sdk
Diffstat (limited to 'src/qt/guiutil.h')
| -rw-r--r-- | src/qt/guiutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index dd31d051e..83739a5f1 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -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 |