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
1 changed files with 5 additions and 0 deletions

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