forked from qt-creator/qt-creator
		
	CppTools: modernize
Change-Id: Iaf02e4d026f1ac8b216833d83cd7a735e21ff60a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
		| @@ -49,7 +49,7 @@ using namespace CppTools::Tests; | ||||
| using namespace CppTools::Internal; | ||||
| using ProjectExplorer::HeaderPathType; | ||||
|  | ||||
| typedef Document::Include Include; | ||||
| using Include = Document::Include; | ||||
|  | ||||
| class SourcePreprocessor | ||||
| { | ||||
| @@ -60,7 +60,7 @@ public: | ||||
|         cleanUp(); | ||||
|     } | ||||
|  | ||||
|     Document::Ptr run(const QString &filePath) | ||||
|     Document::Ptr run(const QString &filePath) const | ||||
|     { | ||||
|         QScopedPointer<CppSourceProcessor> sourceProcessor( | ||||
|                     CppModelManager::createSourceProcessor()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user