--- a/eric6/Project/Project.py Thu Feb 18 17:43:07 2021 +0100 +++ b/eric6/Project/Project.py Thu Feb 18 17:43:32 2021 +0100 @@ -2197,7 +2197,7 @@ def removeDirectory(self, dn): """ - Public slot to remove a directory from the project. + Public method to remove a directory from the project. The directory is not deleted from the project directory. @@ -2226,7 +2226,7 @@ def deleteFile(self, fn): """ - Public slot to delete a file from the project directory. + Public method to delete a file from the project directory. @param fn filename to be deleted from the project @return flag indicating success (boolean) @@ -2270,7 +2270,7 @@ def deleteDirectory(self, dn): """ - Public slot to delete a directory from the project directory. + Public method to delete a directory from the project directory. @param dn directory name to be removed from the project @return flag indicating success (boolean)