| 239 | } |
| 240 | |
| 241 | void UBMainWindow::information(QString windowTitle, QString text) |
| 242 | { |
| 243 | oneButtonMessageBox(windowTitle, text, QMessageBox::Information); |
| 244 | } |
| 245 | |
| 246 | void UBMainWindow::showDownloadWidget() |
| 247 | { |
no outgoing calls
no test coverage detected