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

PluginManager: removed useless dependency on main window

This commit is contained in:
f4exb
2017-09-01 00:19:47 +02:00
parent 20a01d492b
commit afe08a3547
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ const QString PluginManager::m_fileSinkDeviceTypeID = "sdrangel.samplesink.files
PluginManager::PluginManager(MainWindow* mainWindow, QObject* parent) :
QObject(parent),
m_pluginAPI(this, mainWindow),
m_mainWindow(mainWindow)
m_pluginAPI(this, mainWindow)
{
}