the is no need for a meta invoke here
This commit is contained in:
parent
5ed87306d9
commit
7cd19cc0e0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue