add missing )
This commit is contained in:
parent
5283471eda
commit
6c67fa3acf
|
@ -120,7 +120,7 @@ bool SnoreCorePrivate::initPrimaryNotificationBackend()
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#elif defined(Q_OS_LINUX)
|
#elif defined(Q_OS_LINUX)
|
||||||
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification")) {
|
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification"))) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
|
|
Loading…
Reference in New Issue