| 803 | } |
| 804 | |
| 805 | void MainWindow::slotOperateChanged(COperate *o) |
| 806 | { |
| 807 | if(o && m_pView) { |
| 808 | m_pView->SetCurrentView(o->GetViewer()); |
| 809 | } |
| 810 | } |
| 811 | |
| 812 | void MainWindow::slotCurrentViewChanged(const QWidget* pView) |
| 813 | { |
nothing calls this directly
no test coverage detected