Skip to content

Commit

Permalink
MixxxApplication: guard declaration of notify for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 14, 2021
1 parent 20abb64 commit 703557d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxxapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ class MixxxApplication : public QApplication {
MixxxApplication(int& argc, char** argv);
~MixxxApplication() override = default;

#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
bool notify(QObject*, QEvent*) override;
#endif

private:
bool touchIsRightButton();
Expand Down

0 comments on commit 703557d

Please sign in to comment.