1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 01:06:35 -04:00

Add missing method causing link error on Windows

This commit is contained in:
Jon Beniston 2020-09-08 20:50:59 +01:00
parent 49cb082c7e
commit c12076b966

View File

@ -67,6 +67,11 @@ bool RigCtrlPlugin::createTopLevelGUI(
{ {
return true; return true;
} }
void RigCtrlPlugin::showRigCtrlUI()
{
}
#else #else
bool RigCtrlPlugin::createTopLevelGUI( bool RigCtrlPlugin::createTopLevelGUI(
QMainWindow* mainWindow QMainWindow* mainWindow