| 141 | } |
| 142 | |
| 143 | inline char indexToChar(uint index) |
| 144 | { |
| 145 | Q_ASSERT(isSingleCharIndex(index)); |
| 146 | return static_cast<char>(index & 0xff); |
| 147 | } |
| 148 | |
| 149 | using IndexedStringRepository = ItemRepository<IndexedStringData, IndexedStringRepositoryItemRequest, false>; |
| 150 | } |
no test coverage detected