File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 41
41
#include " qgsunittypes.h"
42
42
#include " qgsuserprofile.h"
43
43
#include " qgsuserprofilemanager.h"
44
+ #include " qgsreferencedgeometry.h"
44
45
45
46
#include " gps/qgsgpsconnectionregistry.h"
46
47
#include " processing/qgsprocessingregistry.h"
@@ -149,6 +150,8 @@ void QgsApplication::init( QString profileFolder )
149
150
qRegisterMetaType<QgsUnitTypes::LayoutUnit>( " QgsUnitTypes::LayoutUnit" );
150
151
qRegisterMetaType<QgsFeatureIds>( " QgsFeatureIds" );
151
152
qRegisterMetaType<QgsMessageLog::MessageLevel>( " QgsMessageLog::MessageLevel" );
153
+ qRegisterMetaType<QgsReferencedRectangle>( " QgsReferencedRectangle" );
154
+ qRegisterMetaType<QgsReferencedRectangle>( " QgsReferencedPoint" );
152
155
153
156
QString prefixPath ( getenv ( " QGIS_PREFIX_PATH" ) ? getenv ( " QGIS_PREFIX_PATH" ) : applicationDirPath () );
154
157
// QgsDebugMsg( QString( "prefixPath(): %1" ).arg( prefixPath ) );
You can’t perform that action at this time.
0 commit comments