Project/ProjectBrowserModel.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2302
f29e9405c851
child 3163
9f50365a0870
--- a/Project/ProjectBrowserModel.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Project/ProjectBrowserModel.py	Sun Jun 30 20:03:24 2013 +0200
@@ -435,7 +435,7 @@
 
     def findParentItemByName(self, type_, name, dontSplit=False):
         """
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
         
         <b>Note</b>: This method creates all necessary parent items, if they
         don't exist.
@@ -554,7 +554,7 @@
     
     def findItem(self, name):
         """
-        Public method to find an item given it's name.
+        Public method to find an item given its name.
         
         @param name name of the item (string)
         @return reference to the item found
@@ -575,7 +575,7 @@
     
     def itemIndexByName(self, name):
         """
-        Public method to find an item's index given it's name.
+        Public method to find an item's index given its name.
         
         @param name name of the item (string)
         @return index of the item found (QModelIndex)

eric ide

mercurial