| 191 | } |
| 192 | |
| 193 | void BaseInstance::invalidate() |
| 194 | { |
| 195 | changeStatus(Status::Gone); |
| 196 | qDebug() << "Instance" << id() << "has been invalidated."; |
| 197 | } |
| 198 | |
| 199 | void BaseInstance::changeStatus(BaseInstance::Status newStatus) |
| 200 | { |
no test coverage detected