We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0244d commit c31ff38Copy full SHA for c31ff38
1 file changed
Src/Manager.cpp
@@ -604,7 +604,7 @@ QList<QWidget*> CManager::GetSettingsWidgets(QWidget* parent)
604
lstWidget.push_back(pRecord);
605
}
606
607
- CFrmMediaDevices* pMediaDevices = new CFrmMediaDevices(parent);
+ CFrmMediaDevices* pMediaDevices = new CFrmMediaDevices(true, parent);
608
if(pMediaDevices) {
609
int nRet = pMediaDevices->SetParameter(&m_pParameterPlugin->m_MediaDevices.m_Para);
610
if(!nRet)
0 commit comments