From a5ea74b98ba6b321f4c6cf87d01e8264d9f98818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 12 May 2014 14:57:35 +0200 Subject: qpa: Clean up and refactor qfontengine_qpa QFontEngineQPA was really QFontEngineQPF2, and has been renamed. The multi font engine in qfontengine_qpa.cpp was really a base implementation of a multi font engine, used by other multi font engines, and has been renamed and moved accordingly into qfontengine_p.h/cpp. Change-Id: Iac7409c4dbf0fdc3ee993ce4f7dc96cb00a422e6 Reviewed-by: Konstantin Ritt Reviewed-by: Paul Olav Tvete --- src/gui/text/text.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/text/text.pri') diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri index 6cdf823fe3..091129f5be 100644 --- a/src/gui/text/text.pri +++ b/src/gui/text/text.pri @@ -77,7 +77,7 @@ SOURCES += \ text/qdistancefield.cpp SOURCES += \ - text/qfontengine_qpa.cpp \ + text/qfontengine_qpf2.cpp \ text/qplatformfontdatabase.cpp HEADERS += \ -- cgit v1.2.3