Skip to content

Commit

Permalink
Removed winEventFilter from header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx authored Jan 30, 2024
1 parent ffcf8c2 commit c8d951a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/MainApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class MainApplication : public QApplication
MainApplication(int& argc, char** argv);
bool event(QEvent* event) override;
#ifdef LMMS_BUILD_WIN32
bool winEventFilter(MSG* msg, long* result);
bool nativeEventFilter(const QByteArray& eventType, void* message,
long* result);
#endif
Expand Down

0 comments on commit c8d951a

Please sign in to comment.