Skip to content

Commit

Permalink
Fix version macros in AudioPlayback.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 11, 2023
1 parent 4d86041 commit 2a3e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Audio/AudioPlayback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ AudioBuffer::~AudioBuffer()

////////////////////////////// AudioBufferList /////////////////////////////////
AudioBufferList::AudioBufferList(unsigned int num)
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
: listMutex(QMutex::Recursive)
#endif
{
Expand Down

0 comments on commit 2a3e5da

Please sign in to comment.