QKeySequenceEdit: fix typo in parameter name
Amend 1ea0d399b3787d486d6fc59aaaf498cbf6bd66b2. 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> (cherry picked from commit 1c5e6615c7edaf71f6b6c8b208dff04b5d2feb6e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
4732c9300b
commit
cd0c0010a1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user