* @return true when there are no more progress items. */
| 366 | * @return true when there are no more progress items. |
| 367 | */ |
| 368 | bool isEmpty() const |
| 369 | { |
| 370 | return mTransactions.isEmpty(); |
| 371 | } |
| 372 | |
| 373 | /** |
| 374 | * @return the only top level progressitem when there's only one. |
no outgoing calls
no test coverage detected