Skip to content

Commit 6ea7368

Browse files
committed
Fix compilation on Qt5 < 5.5
1 parent 81d4d08 commit 6ea7368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
399399
}
400400

401401

402-
#if QT_VERSION >= 0x050000
402+
#if QT_VERSION >= 0x050500
403403
case QtInfoMsg:
404404
myPrint( "Info: %s\n", msg );
405405
break;

0 commit comments

Comments
 (0)