mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-13 08:56:37 +00:00
Fix ifdef.
This commit is contained in:
parent
6ed837eaff
commit
270f70f872
@ -38,7 +38,7 @@ NotifyWidget::NotifyWidget(int pos, const SnoreNotifier *parent) :
|
|||||||
case QSysInfo::WV_WINDOWS8:
|
case QSysInfo::WV_WINDOWS8:
|
||||||
font = QLatin1String("Segoe UI Symbol");
|
font = QLatin1String("Segoe UI Symbol");
|
||||||
break;
|
break;
|
||||||
#if QT_VERSION_CHECK(5,5,0)
|
#if QT_VERSION >= QT_VERSION_CHECK(5,5,0)
|
||||||
case QSysInfo::WV_10_0:
|
case QSysInfo::WV_10_0:
|
||||||
font = QLatin1String("Segoe UI Emoji");
|
font = QLatin1String("Segoe UI Emoji");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user