Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Register metatype for QgsAuthManager::MessageLevel to avoid qt warnings
  • Loading branch information
nyalldawson committed Oct 25, 2018
1 parent 87f5c0c commit 857bbe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsapplication.cpp
Expand Up @@ -200,6 +200,7 @@ void QgsApplication::init( QString profileFolder )
qRegisterMetaType<QgsLayoutRenderContext::Flags>( "QgsLayoutRenderContext::Flags" );
qRegisterMetaType<QgsStyle::StyleEntity>( "QgsStyle::StyleEntity" );
qRegisterMetaType<QgsCoordinateReferenceSystem>( "QgsCoordinateReferenceSystem" );
qRegisterMetaType<QgsAuthManager::MessageLevel>( "QgsAuthManager::MessageLevel" );

( void ) resolvePkgPath();

Expand Down

0 comments on commit 857bbe1

Please sign in to comment.