the is no need for a meta invoke here

This commit is contained in:
Patrick von Reth 2015-07-29 16:11:18 +02:00
parent 5ed87306d9
commit 7cd19cc0e0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void SnoreCore::loadPlugins(SnorePlugin::PluginTypes types)
}
}
}
QMetaObject::invokeMethod(d, "slotInitPrimaryNotificationBackend", Qt::DirectConnection); // Direct connection is used because the notification backend should be available after plugins are loaded
d->slotInitPrimaryNotificationBackend();
snoreDebug(SNORE_INFO) << "Loaded Plugins:" << d->m_pluginNames;
}