--- a/ViewManager/ViewManager.py Sun Apr 09 16:52:55 2017 +0200 +++ b/ViewManager/ViewManager.py Sat May 06 13:43:21 2017 +0200 @@ -40,7 +40,6 @@ Class implementing a line edit that reacts to newline and cancel commands. @signal escPressed() emitted after the cancel command was activated - @signal returnPressed() emitted after a newline command was activated @signal gotFocus() emitted when the focus is changed to this widget """ escPressed = pyqtSignal()