--- a/UI/BrowserModel.py Sat May 17 19:58:49 2014 +0200 +++ b/UI/BrowserModel.py Sun May 18 14:13:09 2014 +0200 @@ -480,7 +480,7 @@ def addItem(self, itm, parent=QModelIndex()): """ - Puplic slot to add an item. + Public slot to add an item. @param itm item to add (BrowserItem) @param parent index of parent item (QModelIndex) @@ -765,7 +765,7 @@ """ def __init__(self, parent, data): """ - Constructor. + Constructor @param parent reference to the parent item @param data single data of the item