Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 7, 2022
1 parent 0b96362 commit 0d7c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/project/qgsprojectgpssettings.cpp
Expand Up @@ -61,7 +61,7 @@ bool QgsProjectGpsSettings::readXml( const QDomElement &element, const QgsReadWr
emit automaticallyAddTrackVerticesChanged( mAutoAddTrackVertices );
emit automaticallyCommitFeaturesChanged( mAutoCommitFeatures );
emit destinationFollowsActiveLayerChanged( mDestinationFollowsActiveLayer );
emit destinationLayerChanged( nullptr ); // wont' be set until resolve is called
emit destinationLayerChanged( nullptr ); // won't be set until resolve is called
return true;
}

Expand Down

0 comments on commit 0d7c0ec

Please sign in to comment.