| 90 | } |
| 91 | |
| 92 | void ProgressDialog::setMessage(const QString& text) { |
| 93 | message_->setText(text); |
| 94 | message_->setVisible(!text.isEmpty()); |
| 95 | } |
| 96 | |
| 97 | void ProgressDialog::setStopButtonsVisible(bool visible) { |
| 98 | // A button with no label was never configured — keep it hidden either way. |
no test coverage detected