2297 # copy the reorganized files back to the project |
2297 # copy the reorganized files back to the project |
2298 for fileCategory in self.getFileCategories(): |
2298 for fileCategory in self.getFileCategories(): |
2299 self.__pdata[fileCategory] = newPdata[fileCategory][:] |
2299 self.__pdata[fileCategory] = newPdata[fileCategory][:] |
2300 |
2300 |
2301 # repopulate the model |
2301 # repopulate the model |
2302 self.__model.projectClosed(False) |
2302 self.__model.projectClosed() |
2303 self.__model.projectOpened() |
2303 self.__model.projectOpened() |
2304 |
2304 |
2305 def copyDirectory(self, olddn, newdn): |
2305 def copyDirectory(self, olddn, newdn): |
2306 """ |
2306 """ |
2307 Public slot to copy a directory. |
2307 Public slot to copy a directory. |