Project/ProjectBrowserModel.py

changeset 2763
e4794166ad70
parent 2613
0799eea6feba
child 2769
8cbebde7a984
diff -r bcc10ef7015d -r e4794166ad70 Project/ProjectBrowserModel.py
--- a/Project/ProjectBrowserModel.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Project/ProjectBrowserModel.py	Sun Jun 30 19:55:48 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