Silence the warning about not being able to translate plugins
This commit is contained in:
parent
2ca4b2f32f
commit
81ac85dd55
@ -57,7 +57,7 @@ QString Translator::translate(const PluginId &pluginId, const QString &string, c
|
||||
{
|
||||
IntegrationPlugin *plugin = m_thingManager->plugins().findById(pluginId);
|
||||
if (!plugin) {
|
||||
qCWarning(dcThingManager()) << "Unable to translate" << string << "Plugin not found";
|
||||
qCDebug(dcThingManager()) << "Unable to translate" << string << "Plugin not found";
|
||||
return string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user