add missing )

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

View File

@ -120,7 +120,7 @@ bool SnoreCorePrivate::initPrimaryNotificationBackend()
return true;
}
#elif defined(Q_OS_LINUX)
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification")) {
if (setBackendIfAvailible(QLatin1String("FreedesktopNotification"))) {
return true;
}
#elif defined(Q_OS_MAC)