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 60c4a5e commit db356f1Copy full SHA for db356f1
src/core/processing/qgsprocessingfeedback.cpp
@@ -67,7 +67,7 @@ void QgsProcessingFeedback::pushVersionInfo()
67
68
#if PROJ_VERSION_MAJOR > 4
69
PJ_INFO info = proj_info();
70
- pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH );
+ pushDebugInfo( tr( "PROJ version: %1.%2.%3" ).arg( PROJ_VERSION_MAJOR ).arg( PROJ_VERSION_MINOR ).arg( PROJ_VERSION_PATCH ) );
71
#else
72
pushDebugInfo( tr( "PROJ version: %1" ).arg( PJ_VERSION ) );
73
#endif
0 commit comments