mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 03:02:29 -04: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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void RigCtrlPlugin::showRigCtrlUI()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
bool RigCtrlPlugin::createTopLevelGUI(
|
bool RigCtrlPlugin::createTopLevelGUI(
|
||||||
QMainWindow* mainWindow
|
QMainWindow* mainWindow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user