* @return The current progress value of this item in percent. */
| 94 | * @return The current progress value of this item in percent. |
| 95 | */ |
| 96 | unsigned int progress() const { return mProgress; } |
| 97 | |
| 98 | /** |
| 99 | * Set the progress (percentage of completion) value of this item. |
no outgoing calls
no test coverage detected