5166 |
5166 |
5167 If it cannot close all editor windows, it aborts the shutdown process. |
5167 If it cannot close all editor windows, it aborts the shutdown process. |
5168 |
5168 |
5169 @return flag indicating success (boolean) |
5169 @return flag indicating success (boolean) |
5170 """ |
5170 """ |
|
5171 e5App().focusChanged.disconnect(self.appFocusChanged) |
|
5172 |
5171 self.closeAllWindows() |
5173 self.closeAllWindows() |
5172 |
5174 |
5173 # save the list of recently opened projects |
5175 # save the list of recently opened projects |
5174 self.__saveRecent() |
5176 self.__saveRecent() |
5175 |
5177 |