| 6 | } |
| 7 | |
| 8 | CmdLineProgressMonitor::~CmdLineProgressMonitor() { |
| 9 | if (disp) { |
| 10 | delete disp; |
| 11 | disp = NULL; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | void CmdLineProgressMonitor::setProgress(const unsigned int& progress) { |
| 16 | ProgressMonitor::setProgress(progress); |
nothing calls this directly
no outgoing calls
no test coverage detected