| 71 | } |
| 72 | |
| 73 | ProgressDialog::~ProgressDialog() |
| 74 | { |
| 75 | while(DiffTextWindow::maxThreads() > 0) {} //expected to be set by last helper thread. |
| 76 | } |
| 77 | |
| 78 | void ProgressDialog::initConnections() |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected