Skip to content

Commit

Permalink
check namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed May 13, 2024
1 parent faada51 commit bd82ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/MainApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class MainApplication : public QApplication
using EventFilter = long;
#else
using EventFilter = qintptr;
#endif
#endif // QT6 check
bool nativeEventFilter(const QByteArray& eventType, void* message, EventFilter* result);
#endif
#endif // LMMS_BUILD_WIN32
inline QString& queuedFile()
{
return m_queuedFile;
Expand Down

0 comments on commit bd82ca7

Please sign in to comment.