src: miscellaneous fixes
* fixed code view snippet minimize click expanded snippet again * fixed typedef nodes node grouped within file group * fixed splitting anonymous namespace bundle increased group nesting instead * fixed build, tests and clang warnings
This commit is contained in:
@@ -356,6 +356,8 @@ SettingsMigrator ProjectSettings::getMigrations() const
|
||||
case LANGUAGE_JAVA:
|
||||
languageName = "java";
|
||||
break;
|
||||
case LANGUAGE_UNKNOWN:
|
||||
continue;
|
||||
}
|
||||
|
||||
std::string key = SourceGroupSettings::s_keyPrefix + sourceGroupSettings->getId();
|
||||
|
||||
Reference in New Issue
Block a user