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 52093a5 commit 5e3c6e5Copy full SHA for 5e3c6e5
src/app/main.cpp
@@ -473,7 +473,7 @@ int main( int argc, char *argv[] )
473
if ( !QgsApplication::isRunningFromBuildDir() )
474
{
475
QString symbolPath( getenv( "QGIS_PREFIX_PATH" ) );
476
- symbolPath = symbolPath + "\\pdb;http://msdl.microsoft.com/download/symbols;http://download.osgeo.org/osgeo4w/symstore ";
+ symbolPath = symbolPath + "\\pdb;http://msdl.microsoft.com/download/symbols;http://download.osgeo.org/osgeo4w/symstore";
477
QgsStackTrace::setSymbolPath( symbolPath );
478
}
479
SetUnhandledExceptionFilter( QgsCrashHandler::handle );
0 commit comments