You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QgsDebugMsgLevel( QStringLiteral( "Cannot register provider metadata: a provider with the same key (%1) was already registered!" ).arg( providerMetadata->key() ), 2 );
540
+
}
541
+
}
542
+
else
543
+
{
544
+
QgsDebugMsgLevel( QStringLiteral( "Trying to register a null metadata provider!" ), 2 );
0 commit comments