Fix typos causing build failures on non-macOS systems
It also did the exact opposite thing I was trying to do, so that's fixed too...
This commit is contained in:
parent
ab82358dcb
commit
9f3eed6ca2
2 changed files with 8 additions and 1 deletions
|
@ -186,9 +186,11 @@ private slots:
|
|||
|
||||
void globalSettingsClosed();
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
void keyReleaseEvent(QKeyEvent *event) override;
|
||||
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
void retranslateUi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue