forked from qt-creator/qt-creator
		
	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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user