| 1543 | } |
| 1544 | |
| 1545 | void SyntaxDefinitionManager::resetFileAssociations() { |
| 1546 | Lock l( mFileAssociationsMutex ); |
| 1547 | mFileAssociations.clear(); |
| 1548 | } |
| 1549 | |
| 1550 | void SyntaxDefinitionManager::setFileAssociations( |
| 1551 | SyntaxDefinitionManager::FileAssociations&& fa ) { |
no test coverage detected