We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f5c0c commit 857bbe1Copy full SHA for 857bbe1
src/core/qgsapplication.cpp
@@ -200,6 +200,7 @@ void QgsApplication::init( QString profileFolder )
200
qRegisterMetaType<QgsLayoutRenderContext::Flags>( "QgsLayoutRenderContext::Flags" );
201
qRegisterMetaType<QgsStyle::StyleEntity>( "QgsStyle::StyleEntity" );
202
qRegisterMetaType<QgsCoordinateReferenceSystem>( "QgsCoordinateReferenceSystem" );
203
+ qRegisterMetaType<QgsAuthManager::MessageLevel>( "QgsAuthManager::MessageLevel" );
204
205
( void ) resolvePkgPath();
206
0 commit comments