Skip to content

Commit

Permalink
fix: Qt6.8 compile, QDebug error (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying authored Oct 16, 2024
1 parent ac82c89 commit 85d5612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/multimediaaudioplayer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#endif
#include "multimediaaudioplayer.hh"

#include <QDebug>

MultimediaAudioPlayer::MultimediaAudioPlayer()
#if ( QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 ) )
:
Expand Down

0 comments on commit 85d5612

Please sign in to comment.