| 24 | // default member |
| 25 | public: |
| 26 | CMDProgressTask() = delete; |
| 27 | CMDProgressTask(const CMDProgressTask & other) = default; |
| 28 | CMDProgressTask & operator=(const CMDProgressTask & other) = delete; |
| 29 | CMDProgressTask(CMDProgressTask && other) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected