fixes #11533: TypeError in: FreeCADGui.getMainWindow().windowStateChanged

This commit is contained in:
wmayer
2023-11-27 15:27:18 +01:00
committed by Chris Hennes
parent fac94ba932
commit 9fb08b887d
6 changed files with 9 additions and 8 deletions

View File

@@ -675,7 +675,7 @@ void View3DInventor::dump(const char* filename, bool onlyVisible)
}
}
void View3DInventor::windowStateChanged(MDIView* view)
void View3DInventor::windowStateChanged(QWidget* view)
{
bool canStartTimer = false;
if (this != view) {