We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1d6e303 commit a4ed721Copy full SHA for a4ed721
src/core/qgsapplication.cpp
@@ -151,6 +151,7 @@ void QgsApplication::init( QString profileFolder )
151
qRegisterMetaType<QgsFeatureIds>( "QgsFeatureIds" );
152
qRegisterMetaType<QgsMessageLog::MessageLevel>( "QgsMessageLog::MessageLevel" );
153
qRegisterMetaType<QgsReferencedRectangle>( "QgsReferencedRectangle" );
154
+ qRegisterMetaType<QgsReferencedPointXY>( "QgsReferencedPointXY" );
155
156
QString prefixPath( getenv( "QGIS_PREFIX_PATH" ) ? getenv( "QGIS_PREFIX_PATH" ) : applicationDirPath() );
157
// QgsDebugMsg( QString( "prefixPath(): %1" ).arg( prefixPath ) );
0 commit comments