forked from qt-creator/qt-creator
		
	C++: Add basic 'insert #include' quick fix.
Change-Id: I3a2fef56d6d1871ea4bbb139f9bdd2bc44dd0123 Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
		| @@ -39,7 +39,7 @@ | ||||
| #include <QDebug> | ||||
|  | ||||
| using namespace CPlusPlus; | ||||
| using namespace CppTools::Internal; | ||||
| using namespace CppTools; | ||||
|  | ||||
| SearchSymbols::SymbolTypes SearchSymbols::AllTypes = | ||||
|         SearchSymbols::Classes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user