Skip to content

Commit

Permalink
Fix Qt version check
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jun 15, 2019
1 parent fd2c371 commit 9689e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controllerdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ControllerDebug {
// In order of Bug #1797746, since transition to qt5 it is needed unquote the
// output for mixxx.log with .noquote(), because in qt5 QDebug() is quoted by default.

#if QT_VERSION > 0x050399
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)

#define controllerDebug(stream) \
{ \
Expand Down

0 comments on commit 9689e9d

Please sign in to comment.