E5Gui/E5TreeWidget.py

changeset 2016
2bbc81fcce4a
parent 1969
5522b3266c8b
child 2302
f29e9405c851
diff -r abb2fea2450a -r 2bbc81fcce4a E5Gui/E5TreeWidget.py
--- a/E5Gui/E5TreeWidget.py	Sat Aug 25 11:54:35 2012 +0200
+++ b/E5Gui/E5TreeWidget.py	Thu Aug 30 17:11:21 2012 +0200
@@ -69,7 +69,7 @@
         """
         Public method to append an item to a parent item.
         
-        @param parent text of the parent item (string) or 
+        @param parent text of the parent item (string) or
             the parent item (QTreeWidgetItem)
         @param item item to be appended (QTreeWidgetItem)
         @return flag indicating success (boolean)
@@ -96,7 +96,7 @@
         """
         Public method to prepend an item to a parent item.
         
-        @param parent text of the parent item (string) or 
+        @param parent text of the parent item (string) or
             the parent item (QTreeWidgetItem)
         @param item item to be prepended (QTreeWidgetItem)
         @return flag indicating success (boolean)

eric ide

mercurial