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 9, 2024
1 parent 968b7cb commit 68bb6c2
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 @@ -1126,7 +1126,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 68bb6c2

@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.