Skip to content

Commit

Permalink
Remove use of trademark wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 11, 2024
1 parent 78ed2ac commit 09c8f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgismobileapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ void QgisMobileapp::readProjectFile()

if ( suffix.compare( QLatin1String( "pdf" ) ) == 0 )
{
// GeoPDFs should have vector layers hidden by default
// Geospatial PDFs should have vector layers hidden by default
for ( QgsMapLayer *layer : vectorLayers )
{
mProject->layerTreeRoot()->findLayer( layer->id() )->setItemVisibilityChecked( false );
Expand Down

1 comment on commit 09c8f1a

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.