summaryrefslogtreecommitdiffstats
path: root/src/gui/text/text.pri
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-01-23 16:34:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-25 22:35:12 +0100
commit4dae8c1aff6a4d83fdabe366c6711df7ff867887 (patch)
tree5aea38f9b1f5fe701bf8c1d8ee63c88a5148c1fd /src/gui/text/text.pri
parentaee1f6cc413f56bf4962324799ee3887c3dd037f (diff)
Remove QTextControl and QLineControl.
QtWidgets and QtDeclarative now both have their own versions of these so there's no need to keep them around any longer. Change-Id: I9c2201c8495a0a0816e2af16c8f647fcad991479 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/text/text.pri')
-rw-r--r--src/gui/text/text.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri
index a5135cbd85..63a731f116 100644
--- a/src/gui/text/text.pri
+++ b/src/gui/text/text.pri
@@ -9,7 +9,6 @@ HEADERS += \
text/qfontmetrics.h \
text/qfont_p.h \
text/qfontsubset_p.h \
- text/qlinecontrol_p.h \
text/qtextengine_p.h \
text/qtextlayout.h \
text/qtextformat.h \
@@ -23,8 +22,6 @@ HEADERS += \
text/qtexthtmlparser_p.h \
text/qabstracttextdocumentlayout.h \
text/qtextdocumentlayout_p.h \
- text/qtextcontrol_p.h \
- text/qtextcontrol_p_p.h \
text/qtextcursor.h \
text/qtextcursor_p.h \
text/qtextdocumentfragment.h \
@@ -53,8 +50,6 @@ SOURCES += \
text/qfontsubset.cpp \
text/qfontmetrics.cpp \
text/qfontdatabase.cpp \
- text/qlinecontrol.cpp \
- text/qtextcontrol.cpp \
text/qtextengine.cpp \
text/qtextlayout.cpp \
text/qtextformat.cpp \