425 Public method to handle the closing of a project. |
425 Public method to handle the closing of a project. |
426 """ |
426 """ |
427 for dlg in (self.__serverDialog, self.__routesDialog): |
427 for dlg in (self.__serverDialog, self.__routesDialog): |
428 if dlg is not None: |
428 if dlg is not None: |
429 dlg.close() |
429 dlg.close() |
|
430 |
|
431 self.__migrateProject.projectClosed() |
430 |
432 |
431 def supportedPythonVariants(self): |
433 def supportedPythonVariants(self): |
432 """ |
434 """ |
433 Public method to get the supported Python variants. |
435 Public method to get the supported Python variants. |
434 |
436 |