| 218 | } |
| 219 | |
| 220 | int CParameterApp::SetViewType(ViewType type) |
| 221 | { |
| 222 | if(m_ViewType == type) |
| 223 | return 0; |
| 224 | m_ViewType = type; |
| 225 | SetModified(true); |
| 226 | emit sigViewTypeChanged(); |
| 227 | return 0; |
| 228 | } |
| 229 | |
| 230 | const QTabWidget::TabPosition &CParameterApp::GetTabPosition() const |
| 231 | { |
no outgoing calls
no test coverage detected