This commit is contained in:
Garux
2022-10-27 09:10:31 +03:00
parent b1e5581c60
commit 9d3d204018
289 changed files with 13557 additions and 33481 deletions

View File

@@ -73,7 +73,7 @@ PluginModule::QERPluginInit(void *hApp,
void *pMainWidget)
{
// Inform the UI of the main app window.
UIInstance().SetWindow((GtkWidget *)pMainWidget);
UIInstance().SetWindow(static_cast<QWidget*>(pMainWidget));
// Return the plugin name.
return PLUGIN_NAME;
}