summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontdatabase.h
diff options
context:
space:
mode:
authorHarri Porten <porten@froglogic.com>2013-10-11 08:07:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 22:32:16 +0200
commit257e98917c2b9c1bc06272eb663a73ee57c094c1 (patch)
tree7f1039aecdd62edf8ef9af918d635f5d2fe59b83 /src/gui/text/qfontdatabase.h
parent40d4c1b2ed24016d1860e21c7fd9d374c387f82d (diff)
Re-add deprecated symbol for ABI compatibility with Qt 5.1.
When b0b786a2f05e9451a65519ab8904f55c35f51b7d deprecated QFontDatabase::supportsThreadedFontRendering() it made the function inline also. That way compilers like gcc did not export the symbol anymore. Change-Id: If9c343eaa2ff90540decbc19b0af33d439c0bbaa Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/gui/text/qfontdatabase.h')
-rw-r--r--src/gui/text/qfontdatabase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase.h b/src/gui/text/qfontdatabase.h
index 4e8f718962..708b8cbd58 100644
--- a/src/gui/text/qfontdatabase.h
+++ b/src/gui/text/qfontdatabase.h
@@ -151,7 +151,7 @@ public:
static bool removeAllApplicationFonts();
#if QT_DEPRECATED_SINCE(5, 2)
- QT_DEPRECATED static inline bool supportsThreadedFontRendering() { return true; }
+ QT_DEPRECATED static bool supportsThreadedFontRendering();
#endif
static QFont systemFont(SystemFont type);