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:
parent
49cb082c7e
commit
c12076b966
@ -67,6 +67,11 @@ bool RigCtrlPlugin::createTopLevelGUI(
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void RigCtrlPlugin::showRigCtrlUI()
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
bool RigCtrlPlugin::createTopLevelGUI(
|
||||
QMainWindow* mainWindow
|
||||
|
Loading…
Reference in New Issue
Block a user