| 148 | |
| 149 | template<typename T> |
| 150 | void writeList(QIODevice* file, const QVector<T>& from) |
| 151 | { |
| 152 | writeValues(file, from.size(), from.data()); |
| 153 | } |
| 154 | } |
| 155 | /** |
| 156 | * This file implements a generic bucket-based indexing repository, that can be used for example to index strings. |
no test coverage detected