| 620 | Q_ASSERT(check); |
| 621 | |
| 622 | foreach (auto c, m_Operates) { |
| 623 | m_pView->AddView(c->GetViewer()); |
| 624 | m_pView->SetWidowsTitle( |
| 625 | c->GetViewer(), c->Name(), c->Icon(), c->Description()); |
| 626 | } |
| 627 | m_pView->SetVisibleTab(m_Parameter.GetTabBar()); |
| 628 | } |
| 629 |
nothing calls this directly
no test coverage detected