| 452 | } |
| 453 | |
| 454 | void MainWindow::updatesys() { |
| 455 | UpdateView *updateView = new UpdateView(); |
| 456 | updateView->show(); |
| 457 | } |
| 458 | |
| 459 | void MainWindow::donate() { |
| 460 | Donation donation(this); |
nothing calls this directly
no outgoing calls
no test coverage detected