mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +00:00
fixed typo
This commit is contained in:
parent
552400b46c
commit
de7993413d
@ -74,7 +74,7 @@ void SnoreCore::loadPlugins ( PluginContainer::PluginTypes types )
|
||||
qDebug() << "PluginInfo" << PluginContainer::pluginCache().keys();
|
||||
foreach ( PluginContainer *info, PluginContainer::pluginCache().values())
|
||||
{
|
||||
if(types == PluginContainer::ALL or types.testFlag(info->type()))
|
||||
if(types == PluginContainer::ALL || types.testFlag(info->type()))
|
||||
{
|
||||
switch(info->type())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user