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:
Kenneth Chew
2022-04-08 17:00:42 -04:00
parent ab82358dcb
commit 9f3eed6ca2
2 changed files with 8 additions and 1 deletions

View File

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