| 37 | } |
| 38 | |
| 39 | unsigned int ProgressMonitor::progress() const { |
| 40 | return _progress; |
| 41 | } |
| 42 | |
| 43 | void ProgressMonitor::setMaximumProgress(const unsigned int& maxProgress) { |
| 44 | _maxProgress = maxProgress; |
nothing calls this directly
no outgoing calls
no test coverage detected