| 567 | } |
| 568 | |
| 569 | void Identifier::appendTemplateIdentifier(const IndexedTypeIdentifier& identifier) |
| 570 | { |
| 571 | prepareWrite(); |
| 572 | dd->templateIdentifiersList.append(identifier); |
| 573 | } |
| 574 | |
| 575 | void Identifier::clearTemplateIdentifiers() |
| 576 | { |
no test coverage detected