1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-23 18:44:15 -04:00

Initial settings.

This commit is contained in:
John Greb
2014-12-02 15:39:37 +00:00
parent c364378824
commit 3ec45e00ad
3 changed files with 16 additions and 5 deletions
+1
View File
@@ -96,6 +96,7 @@ bool V4LInput::startInput(int device)
qDebug("V4LInput: start");
MsgReportV4L::create(m_gains)->submit(m_guiMessageQueue);
applySettings(m_generalSettings, m_settings, true);
return true;
}