diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-04-26 14:02:09 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2010-04-26 14:42:11 +0200 |
commit | 41ab8fbbf15243ba39673ce0ad448cedc98ce460 (patch) | |
tree | eb1e7dd7b7af5329d7a867e89f7116f191eb907a /src/plugins/cpptools/cppmodelmanager.cpp | |
parent | 128afde0112a67667798a9f0db94cdde0b1f2767 (diff) | |
download | qt-creator-41ab8fbbf15243ba39673ce0ad448cedc98ce460.tar.gz |
Moved TextEditDocumentLayout and related classes to their own file
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes
and their member function implementations were spread around the
BaseTextEditor class. Moving them to their own file to make the code a
bit better organized.
Reviewed-by: mae
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.cpp')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.cpp b/src/plugins/cpptools/cppmodelmanager.cpp index 86a297ef01..87ad8c3d21 100644 --- a/src/plugins/cpptools/cppmodelmanager.cpp +++ b/src/plugins/cpptools/cppmodelmanager.cpp @@ -85,6 +85,9 @@ #include <QtCore/QTime> #include <QtCore/QTimer> #include <QtConcurrentMap> + +#include <QtGui/QTextBlock> + #include <iostream> #include <sstream> |