mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
gui: Fix incorrect parameter order in KeySequence::appendKey()
This commit is contained in:
parent
acc54de922
commit
3f387bdad0
@ -32,7 +32,7 @@ class KeySequence
|
||||
|
||||
public:
|
||||
QString toString() const;
|
||||
bool appendKey(int modifiers, int key);
|
||||
bool appendKey(int key, int modifiers);
|
||||
bool appendMouseButton(int button);
|
||||
bool isMouseButton() const;
|
||||
bool valid() const { return m_IsValid; }
|
||||
|
Loading…
Reference in New Issue
Block a user