From 8d7647e286e07690de15a6ff9189307ee1a3517c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 5 Jul 2011 13:05:37 +0200 Subject: added a QLineControl class to QtGui The class does not have support for completion, but is otherwise mostly on par with the control in QtWidgets. Change-Id: I2c89f8ea910cfacba67d4e5e56d8d650d27760b9 --- src/gui/text/text.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/text/text.pri') diff --git a/src/gui/text/text.pri b/src/gui/text/text.pri index cf14f743f5..5e5f8e31c8 100644 --- a/src/gui/text/text.pri +++ b/src/gui/text/text.pri @@ -9,6 +9,7 @@ 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 \ @@ -52,6 +53,7 @@ SOURCES += \ text/qfontsubset.cpp \ text/qfontmetrics.cpp \ text/qfontdatabase.cpp \ + text/qlinecontrol.cpp \ text/qtextcontrol.cpp \ text/qtextengine.cpp \ text/qtextlayout.cpp \ -- cgit v1.2.3