| 591 | } |
| 592 | |
| 593 | void Identifier::setTemplateIdentifiers(const QList<IndexedTypeIdentifier>& templateIdentifiers) |
| 594 | { |
| 595 | prepareWrite(); |
| 596 | dd->templateIdentifiersList.clear(); |
| 597 | for (const IndexedTypeIdentifier& id : templateIdentifiers) { |
| 598 | dd->templateIdentifiersList.append(id); |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | QString Identifier::toString(IdentifierStringFormattingOptions options) const |
| 603 | { |