--- a/Project/DebuggerPropertiesDialog.py Sat Feb 25 19:36:06 2017 +0100 +++ b/Project/DebuggerPropertiesDialog.py Sat Feb 25 19:41:10 2017 +0100 @@ -217,7 +217,10 @@ def __clearHistory(self, picker): """ - Private method to clear a path picker history + Private method to clear a path picker history. + + @param picker reference to the path picker + @type E5ComboPathPicker """ currentText = picker.text() picker.clear()