| 71 | } |
| 72 | |
| 73 | void WorkspaceWatcher::onObjectRemove(const WorkspaceObject& removedObject) { |
| 74 | OS_ASSERT(removedObject.initialized()); |
| 75 | OS_ASSERT(removedObject.workspace().isMember(removedObject.handle())); |
| 76 | } |
| 77 | |
| 78 | void WorkspaceWatcher::change() { |
| 79 | bool wasDirty = m_dirty; |
no test coverage detected