Project/ProjectBrowserModel.py

changeset 3600
7d17c492ab95
parent 3484
645c12de6b0c
child 3656
441956d8fce5
child 3839
48e7b295bed2
--- 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.

eric ide

mercurial