| 305 | } |
| 306 | |
| 307 | MainWindow::~MainWindow() |
| 308 | { |
| 309 | delete ui; |
| 310 | delete investigatorWindow; |
| 311 | delete alertWindow; |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * @brief MainWindow::NotifyTabClick - Swap the active tab when a click is detected. |
nothing calls this directly
no outgoing calls
no test coverage detected