Overrides
| 407 | |
| 408 | // Overrides |
| 409 | void MainWindow::showEvent(QShowEvent *event) |
| 410 | { |
| 411 | if(_firstShowEvent) { |
| 412 | _firstShowEvent = false; |
| 413 | // Deferred auto-start setup re-check |
| 414 | _autostart->setup(); |
| 415 | } |
| 416 | QMainWindow::showEvent(event); |
| 417 | } |
| 418 | |
| 419 | void MainWindow::closeEvent(QCloseEvent *event) |
| 420 | { |