diff -r 37fdb72a2388 -r 7d17c492ab95 Project/ProjectBrowserModel.py --- a/Project/ProjectBrowserModel.py Wed May 21 18:47:56 2014 +0200 +++ b/Project/ProjectBrowserModel.py Wed May 21 19:45:39 2014 +0200 @@ -152,6 +152,14 @@ """ return self._dirName + def name(self): + """ + Public method to return the name of the item. + + @return name of the item (string) + """ + return self._dirName + def lessThan(self, other, column, order): """ Public method to check, if the item is less than the other one.