Inline documentation fix

This commit is contained in:
0penBrain
2022-01-20 14:30:37 +01:00
committed by wwmayer
parent 5cda5dd2aa
commit 9e2883d322

View File

@@ -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)