add missing )
This commit is contained in:
parent
6c67fa3acf
commit
8a30deef6b
|
@ -127,7 +127,7 @@ bool SnoreCorePrivate::initPrimaryNotificationBackend()
|
|||
if (setBackendIfAvailible(QLatin1String("OSX Notification Center"))) {
|
||||
return true;
|
||||
}
|
||||
if (setBackendIfAvailible(QLatin1String("Growl")) {
|
||||
if (setBackendIfAvailible(QLatin1String("Growl"))) {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue