1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Removed main window references from plugin API

This commit is contained in:
f4exb
2017-10-24 14:01:31 +02:00
parent a106deeaf7
commit ab9474a65f
3 changed files with 4 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const QString PluginManager::m_fileSinkDeviceTypeID = "sdrangel.samplesink.files
PluginManager::PluginManager(MainWindow* mainWindow, QObject* parent) :
QObject(parent),
m_pluginAPI(this, mainWindow)
m_pluginAPI(this)
{
}