| 721 | } |
| 722 | |
| 723 | void ImageViewerWindow::closeEvent(QCloseEvent* e) |
| 724 | { |
| 725 | // tell the MainWindow that the image viewer is no longer visible |
| 726 | _mainWindow->on_actionImageViewer_hidden(); |
| 727 | QMainWindow::closeEvent(e); |
| 728 | } |
| 729 | //----------------------------------------------------------------------------- |
| 730 | /*! |
| 731 | ImageViewerWindow::on_btnZoomIn_clicked |
nothing calls this directly
no test coverage detected