summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-05-12 14:57:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-15 02:51:06 +0200
commita5ea74b98ba6b321f4c6cf87d01e8264d9f98818 (patch)
tree62e1d6ba49837c249a5fc4e7e9295a11bad96436 /src/gui/text/text.pri
parentcd910e9254e07d2c1cc7b9aadeeef24ba96fbf78 (diff)
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 <ritt.ks@gmail.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri2
1 files changed, 1 insertions, 1 deletions
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 += \