Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 24, 2020
1 parent dcb07c4 commit 632ab0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsofflineediting.cpp
Expand Up @@ -135,7 +135,7 @@ bool QgsOfflineEditing::convertToOfflineProject( const QString &offlineDataPath,

QgsSnappingConfig snappingConfig = QgsProject::instance()->snappingConfig();

// copy selected vector layers to SpatiaLite
// copy selected vector layers to offline layer
for ( int i = 0; i < layerIds.count(); i++ )
{
emit layerProgressUpdated( i + 1, layerIds.count() );
Expand All @@ -162,7 +162,7 @@ bool QgsOfflineEditing::convertToOfflineProject( const QString &offlineDataPath,

QgsProject::instance()->setSnappingConfig( snappingConfig );

// restore join info on new SpatiaLite layer
// restore join info on new offline layer
QMap<QString, QgsVectorJoinList >::ConstIterator it;
for ( it = joinInfoBuffer.constBegin(); it != joinInfoBuffer.constEnd(); ++it )
{
Expand Down

0 comments on commit 632ab0e

Please sign in to comment.