| 907 | } |
| 908 | |
| 909 | void MainWindow::showAboutDialog() { |
| 910 | AboutDialog *dialog = new AboutDialog(this, this); |
| 911 | dialog->show(); |
| 912 | } |
| 913 | |
| 914 | //connects gui buttons with Slots in this class |
| 915 | void MainWindow::connectSignalSlots() { |
nothing calls this directly
no outgoing calls
no test coverage detected