From 410d835dfc025544734d54c71d1be63e12033d26 Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:30:37 +0100 Subject: [PATCH] Inline documentation fix --- src/Gui/Widgets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)