forked from qt-creator/qt-creator
		
	TextEditor: Merge ITextEditor and BaseTextEditor
Adjust all callers, de-export BaseTextEditorAnimator Change-Id: I2329d976c1398e2449844bb480a4d4ed29859506 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		@@ -323,7 +323,7 @@ bool isCppEditor(Core::IEditor *editor)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Return the Cpp expression, and, if desired, the function
 | 
			
		||||
QString cppExpressionAt(TextEditor::ITextEditor *editor, int pos,
 | 
			
		||||
QString cppExpressionAt(TextEditor::BaseTextEditor *editor, int pos,
 | 
			
		||||
                        int *line, int *column, QString *function /* = 0 */)
 | 
			
		||||
{
 | 
			
		||||
    using namespace CppTools;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user