summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qabstracttextdocumentlayout.h
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/qabstracttextdocumentlayout.h
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/qabstracttextdocumentlayout.h')
-rw-r--r--src/gui/text/qabstracttextdocumentlayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qabstracttextdocumentlayout.h b/src/gui/text/qabstracttextdocumentlayout.h
index 9014775331..3835584dd7 100644
--- a/src/gui/text/qabstracttextdocumentlayout.h
+++ b/src/gui/text/qabstracttextdocumentlayout.h
@@ -122,7 +122,6 @@ protected:
private:
friend class QWidgetTextControl;
- friend class QTextControl;
friend class QTextDocument;
friend class QTextDocumentPrivate;
friend class QTextEngine;