| 556 | } |
| 557 | |
| 558 | CParameterGlobal* CManager::GetGlobalParameters() |
| 559 | { |
| 560 | if(m_pParameterPlugin) |
| 561 | return m_pParameterPlugin->GetGlobalParameters(); |
| 562 | return nullptr; |
| 563 | } |
| 564 | |
| 565 | QList<QWidget*> CManager::GetSettingsWidgets(QWidget* parent) |
| 566 | { |
no outgoing calls
no test coverage detected