| 50 | |
| 51 | public: |
| 52 | QiThreadManager() noexcept {}; |
| 53 | QiThreadManager(QiThreadManager&&) noexcept { stop(); } |
| 54 | QiThreadManager(const QiThreadManager&) noexcept { stop(); } |
| 55 | QiThreadManager& operator=(QiThreadManager&&) noexcept { stop(); return *this; } |
nothing calls this directly
no outgoing calls
no test coverage detected