forked from qt-creator/qt-creator
CppTools: Do not hardcode default language version
...instead, use the latest we support. Change-Id: I7e7768bc4bc31de1fe0f441c03f3ab5d677d76e8 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -949,7 +949,6 @@ ProjectPart::Ptr CppModelManager::fallbackProjectPart()
|
||||
|
||||
part->projectDefines = definedMacros();
|
||||
part->headerPaths = headerPaths();
|
||||
part->languageVersion = ProjectPart::CXX14;
|
||||
|
||||
// Do not activate ObjectiveCExtensions since this will lead to the
|
||||
// "objective-c++" language option for a project-less *.cpp file.
|
||||
|
Reference in New Issue
Block a user