1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Code warnings in Eclipse cleanup

This commit is contained in:
f4exb
2017-05-05 10:40:45 +02:00
parent a4de2be023
commit cf267b1254
37 changed files with 106 additions and 49 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
};
SSBModPlugin::SSBModPlugin(QObject* parent) :
QObject(parent)
QObject(parent),
m_pluginAPI(0)
{
}