* @return The parent item of this one, if there is one. */
| 39 | * @return The parent item of this one, if there is one. |
| 40 | */ |
| 41 | ProgressItem *parent() const { return mParent.data(); } |
| 42 | |
| 43 | /** |
| 44 | * @return The user visible string to be used to represent this item. |
no test coverage detected