| 233 | } |
| 234 | |
| 235 | void BaseInstance::invalidate() |
| 236 | { |
| 237 | changeStatus(Status::Gone); |
| 238 | qDebug() << "Instance" << id() << "has been invalidated."; |
| 239 | } |
| 240 | |
| 241 | void BaseInstance::changeStatus(BaseInstance::Status newStatus) |
| 242 | { |
no test coverage detected