add missing )

This commit is contained in:
Patrick von Reth 2015-07-02 16:28:54 +02:00
parent 6c67fa3acf
commit 8a30deef6b
1 changed files with 1 additions and 1 deletions

View File

@ -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