1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-26 09:48:45 -05: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;
}
void RigCtrlPlugin::showRigCtrlUI()
{
}
#else
bool RigCtrlPlugin::createTopLevelGUI(
QMainWindow* mainWindow