QKeySequenceEdit: fix typo in parameter name

Amend 1ea0d399b3.

Pick-to: 6.5
Change-Id: I0762beb1da201006ddffc6c05ac204b710055d3f
Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-01-09 11:08:45 +01:00
parent cf145a34b4
commit 1c5e6615c7

View File

@ -33,7 +33,7 @@ public:
void setClearButtonEnabled(bool enable);
bool isClearButtonEnabled() const;
void setFinishingKeyCombinations(const QList<QKeyCombination> &inishingKeyCombinations);
void setFinishingKeyCombinations(const QList<QKeyCombination> &finishingKeyCombinations);
QList<QKeyCombination> finishingKeyCombinations() const;
public Q_SLOTS: