1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 01:14:58 -04:00

Removed main window reference from device sink API

This commit is contained in:
f4exb
2017-10-24 16:58:12 +02:00
parent 7d746755c1
commit 933542e289
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ DeviceSourceAPI::DeviceSourceAPI(int deviceTabIndex,
m_sampleSourcePluginInstanceUI(0),
m_buddySharedPtr(0),
m_isBuddyLeader(false),
m_masterTimer(DSPEngine::instance()->getMasterTimer()) // TODO: get master timer directly not from main window
m_masterTimer(DSPEngine::instance()->getMasterTimer())
{
}