diff --git a/src/Gui/Widgets.cpp b/src/Gui/Widgets.cpp index 454bbcdba6..1d59ed587f 100644 --- a/src/Gui/Widgets.cpp +++ b/src/Gui/Widgets.cpp @@ -371,7 +371,7 @@ void ActionSelector::on_downButton_clicked() /** * Constructs a line edit with no text. - * The \a parent and \a name arguments are sent to the QLineEdit constructor. + * The \a parent argument is sent to the QLineEdit constructor. */ AccelLineEdit::AccelLineEdit ( QWidget * parent ) : QLineEdit(parent)