Skip to content

Commit

Permalink
QtInfoMsg was added in Qt 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Dec 3, 2016
1 parent 3dd6949 commit adcab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
case QtDebugMsg:
log("QtDebug: " + message, LogDebug);
break;
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x050500
case QtInfoMsg:
log("QtInfo: " + message, LogDebug);
break;
Expand Down

0 comments on commit adcab26

Please sign in to comment.