--- a/Project/Project.py Sun Feb 14 15:46:41 2010 +0000 +++ b/Project/Project.py Mon Feb 15 18:46:59 2010 +0000 @@ -1907,7 +1907,7 @@ def addOthersFiles(self): """ - Private slot to add files to the OTHERS project data. + Public slot to add files to the OTHERS project data. """ self.addFiles('others') @@ -1937,7 +1937,7 @@ def addOthersDir(self): """ - Private slot to add a directory to the OTHERS project data. + Public slot to add a directory to the OTHERS project data. """ self.addDirectory('others')