| 41 | } |
| 42 | |
| 43 | void ProgressMonitor::setMaximumProgress(const unsigned int& maxProgress) { |
| 44 | _maxProgress = maxProgress; |
| 45 | } |
| 46 | |
| 47 | unsigned int ProgressMonitor::maximumProgress() const { |
| 48 | return _maxProgress; |
no outgoing calls
no test coverage detected