| 60 | CheckSetSelectionLock& CheckSetSelectionLock::operator=(const CheckSetSelectionLock& other) = default; |
| 61 | |
| 62 | void CheckSetSelectionLock::unlock() |
| 63 | { |
| 64 | d->lockFile->unlock(); |
| 65 | } |
| 66 | |
| 67 | bool CheckSetSelectionLock::isLocked() const |
| 68 | { |
no outgoing calls