| 353 | } |
| 354 | |
| 355 | void ProgressDialog::slotHide() |
| 356 | { |
| 357 | // check if a new item showed up since we started the timer. If not, hide |
| 358 | if ( mTransactionsToListviewItems.isEmpty() ) { |
| 359 | setVisible( false ); |
| 360 | } |
| 361 | mWasLastShown = false; |
| 362 | } |
| 363 | |
| 364 | void ProgressDialog::slotClose() |
| 365 | { |