--- a/eric7/E5Gui/E5LineEditButton.py Sun May 16 20:07:24 2021 +0200 +++ b/eric7/E5Gui/E5LineEditButton.py Mon May 17 19:58:15 2021 +0200 @@ -12,6 +12,7 @@ from PyQt6.QtWidgets import QAbstractButton +# TODO: Get rid of this class E5LineEditButton(QAbstractButton): """ Class implementing a button to be used with E5LineEdit.