diff options
author | hjk <hjk121@nokiamail.com> | 2014-07-30 13:13:24 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-07-30 15:17:53 +0200 |
commit | 1924fdb90f8851bae4ba8d0648603dd53f5d64ae (patch) | |
tree | 01ce3e6c8b90297457205d660805c9a160cac0ff /src/plugins/cpptools/cppcompletion_test.cpp | |
parent | 068462e52d1d244273711899b8a00f72c1105833 (diff) | |
download | qt-creator-1924fdb90f8851bae4ba8d0648603dd53f5d64ae.tar.gz |
TextEditor: Merge PlainTextEditor into Base
Same patter. Plain is fully merged now, so remove the files, too.
Change-Id: Id8c0ba5689ad9980a0db3580cb9833344fd911f3
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppcompletion_test.cpp')
-rw-r--r-- | src/plugins/cpptools/cppcompletion_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcompletion_test.cpp b/src/plugins/cpptools/cppcompletion_test.cpp index e50a2a01b2..3f8e3419ba 100644 --- a/src/plugins/cpptools/cppcompletion_test.cpp +++ b/src/plugins/cpptools/cppcompletion_test.cpp @@ -34,7 +34,7 @@ #include <texteditor/codeassist/iassistproposal.h> #include <texteditor/convenience.h> -#include <texteditor/plaintexteditor.h> +#include <texteditor/basetexteditor.h> #include <utils/changeset.h> #include <utils/fileutils.h> |