| 99 | } |
| 100 | |
| 101 | void BaseInstance::invalidate() |
| 102 | { |
| 103 | changeStatus(Status::Gone); |
| 104 | qDebug() << "Instance" << id() << "has been invalidated."; |
| 105 | } |
| 106 | |
| 107 | void BaseInstance::changeStatus(BaseInstance::Status newStatus) |
| 108 | { |
no outgoing calls
no test coverage detected