| 233 | } |
| 234 | |
| 235 | void CParameterApp::SetTabPosition(const QTabWidget::TabPosition &newTabPosition) |
| 236 | { |
| 237 | if (m_TabPosition == newTabPosition) |
| 238 | return; |
| 239 | m_TabPosition = newTabPosition; |
| 240 | SetModified(true); |
| 241 | emit sigTabPositionChanged(); |
| 242 | } |
| 243 | |
| 244 | const bool CParameterApp::GetEnableTabToolTip() const |
| 245 | { |
no outgoing calls
no test coverage detected