| 245 | } |
| 246 | |
| 247 | void BaseInstance::invalidate() |
| 248 | { |
| 249 | changeStatus(Status::Gone); |
| 250 | qDebug() << "Instance" << id() << "has been invalidated."; |
| 251 | } |
| 252 | |
| 253 | void BaseInstance::changeStatus(BaseInstance::Status newStatus) |
| 254 | { |
no test coverage detected