| 1806 | QString repositoryName() const final { return m_repositoryName; } |
| 1807 | |
| 1808 | Mutex* mutex() const { return m_mutex; } |
| 1809 | |
| 1810 | void lock() final { m_mutex->lock(); } |
| 1811 | void unlock() final { m_mutex->unlock(); } |
no outgoing calls
no test coverage detected