diff options
Diffstat (limited to 'src/gui/text/qfontdatabase_qpa.cpp')
| -rw-r--r-- | src/gui/text/qfontdatabase_qpa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontdatabase_qpa.cpp b/src/gui/text/qfontdatabase_qpa.cpp index 47d16b42592..55b9023c7c6 100644 --- a/src/gui/text/qfontdatabase_qpa.cpp +++ b/src/gui/text/qfontdatabase_qpa.cpp @@ -348,7 +348,7 @@ void QFontDatabase::load(const QFontPrivate *d, int script) QFontCache::Key key(req, script, multi ? 1 : 0); if (!d->engineData) - getEngineData(d, key); + getEngineData(d, req); // the cached engineData could have already loaded the engine we want if (d->engineData->engines[script]) |
