| 1419 | } |
| 1420 | |
| 1421 | void MainWindow::slotUpdateName() |
| 1422 | { |
| 1423 | foreach (auto p, m_Operates) |
| 1424 | { |
| 1425 | m_pView->SetWidowsTitle(p->GetViewer(), |
| 1426 | p->Name(), |
| 1427 | p->Icon(), |
| 1428 | p->Description()); |
| 1429 | } |
| 1430 | } |
| 1431 | |
| 1432 | void MainWindow::slotUpdateName(const QString& szName) |
| 1433 | { |
nothing calls this directly
no test coverage detected