| 794 | } |
| 795 | |
| 796 | void MainWindow::slotViewerFocusIn(QWidget *pView) |
| 797 | { |
| 798 | COperate* c = qobject_cast<COperate*>(sender()); |
| 799 | qDebug(log) << Q_FUNC_INFO << "Focus:" << c << pView; |
| 800 | if(c && m_pView) { |
| 801 | m_pView->SetCurrentView(c->GetViewer()); |
| 802 | } |
| 803 | } |
| 804 | |
| 805 | void MainWindow::slotOperateChanged(COperate *o) |
| 806 | { |
nothing calls this directly
no test coverage detected