| 1148 | } |
| 1149 | |
| 1150 | void ComicModel::reloadContinueReading() |
| 1151 | { |
| 1152 | setupReadingModelData(_databasePath); |
| 1153 | } |
| 1154 | |
| 1155 | // The `comparator` passed to `takeUpdatedData` is used to determine if a row has been removed or added |
| 1156 | void ComicModel::reload() |
no outgoing calls
no test coverage detected