| 962 | } |
| 963 | |
| 964 | void TOPPASBase::updateTabBar(QMdiSubWindow* w) |
| 965 | { |
| 966 | if (w) |
| 967 | { |
| 968 | TOPPASWidget* tw = dynamic_cast<TOPPASWidget*>(w->widget()); |
| 969 | if (tw) |
| 970 | { |
| 971 | Int window_id = tw->getWindowId(); |
| 972 | tab_bar_->show(window_id); |
| 973 | } |
| 974 | } |
| 975 | } |
| 976 | |
| 977 | void TOPPASBase::loadPreferences(String filename) |
| 978 | { |
nothing calls this directly
no test coverage detected