TextEditor: move convenience from texteditor to utils

Allows to use this header without texteditor dependency.

Change-Id: I706f42799c3ea42473a716fa9ef9f3cfbef6fdd4
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Ivan Donchevskii
2017-09-21 12:35:24 +02:00
parent a959fe59da
commit 80a472740d
27 changed files with 89 additions and 99 deletions

View File

@@ -25,7 +25,7 @@
#include "cppselectionchanger.h"
#include <texteditor/convenience.h>
#include <utils/textutils.h>
#include <utils/qtcassert.h>
#include <QDebug>
@@ -34,7 +34,7 @@
#include <QTextDocument>
using namespace CPlusPlus;
using namespace TextEditor::Convenience;
using namespace Utils::Text;
enum {
debug = false