Skip to content

Commit

Permalink
Fix build with Qt5 <5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 6, 2016
1 parent 4586a78 commit 619b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfontutils.cpp
Expand Up @@ -440,7 +440,7 @@ QString QgsFontUtils::asCSS( const QFont& font, double pointToPixelScale )
case QFont::Black:
cssWeight = 900;
break;
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x050500
case QFont::Thin:
cssWeight = 100;
break;
Expand Down

0 comments on commit 619b32d

Please sign in to comment.