mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Drop invalid characters from xml element names
This commit is contained in:
parent
70fd4ca006
commit
73578640a3
@ -164,6 +164,8 @@ int main( int argc, char * argv[] )
|
||||
}
|
||||
#endif
|
||||
|
||||
QDomImplementation::setInvalidDataPolicy( QDomImplementation::DropInvalidChars );
|
||||
|
||||
// Instantiate the plugin directory so that providers are loaded
|
||||
QgsProviderRegistry::instance( QgsApplication::pluginPath() );
|
||||
QgsDebugMsg( "Prefix PATH: " + QgsApplication::prefixPath() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user