summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppmodelmanager.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-04-26 14:02:09 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-04-26 14:42:11 +0200
commit41ab8fbbf15243ba39673ce0ad448cedc98ce460 (patch)
treeeb1e7dd7b7af5329d7a867e89f7116f191eb907a /src/plugins/cpptools/cppmodelmanager.cpp
parent128afde0112a67667798a9f0db94cdde0b1f2767 (diff)
downloadqt-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.cpp3
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>