1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

MacOS compatibility with serialDV

This commit is contained in:
f4exb
2019-10-12 05:39:41 +02:00
parent 73d3355914
commit 9a849a9bbb
2 changed files with 32 additions and 31 deletions
+2
View File
@@ -1671,8 +1671,10 @@ void MainWindow::on_action_DeviceUserArguments_triggered()
void MainWindow::on_action_AMBE_triggered()
{
qDebug("MainWindow::on_action_AMBE_triggered");
#ifndef __APPLE__
AMBEDevicesDialog ambeDevicesDialog(m_dspEngine->getAMBEEngine(), this);
ambeDevicesDialog.exec();
#endif
}
void MainWindow::sampleSourceChanged()