From eaedcefbf8dbdc77dec07922777cb7dc68740888 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 5 Jul 2011 13:03:09 +0200 Subject: add QTextControl class to QtGui This is a reduced version of the old text control class, that doesn't support a few QWidget specific additions. Change-Id: Ib4542845a30473bb2462b2fe14daba178b571368 --- src/gui/text/text.pri | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/text/text.pri') diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri index e8535e089c..cf14f743f5 100644 --- a/src/gui/text/text.pri +++ b/src/gui/text/text.pri @@ -22,7 +22,9 @@ HEADERS += \ text/qtexthtmlparser_p.h \ text/qabstracttextdocumentlayout.h \ text/qtextdocumentlayout_p.h \ - text/qtextcursor.h \ + text/qtextcontrol_p.h \ + text/qtextcontrol_p_p.h \ + text/qtextcursor.h \ text/qtextcursor_p.h \ text/qtextdocumentfragment.h \ text/qtextdocumentfragment_p.h \ @@ -50,6 +52,7 @@ SOURCES += \ text/qfontsubset.cpp \ text/qfontmetrics.cpp \ text/qfontdatabase.cpp \ + text/qtextcontrol.cpp \ text/qtextengine.cpp \ text/qtextlayout.cpp \ text/qtextformat.cpp \ -- cgit v1.2.3