Skip to content

Commit

Permalink
Register vector file writer task as dependent on layer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 12, 2017
1 parent 95d000f commit 15f8cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorfilewritertask.cpp
Expand Up @@ -29,6 +29,7 @@ QgsVectorFileWriterTask::QgsVectorFileWriterTask( QgsVectorLayer* layer, const Q
mOwnedFeedback.reset( new QgsFeedback() );
mOptions.feedback = mOwnedFeedback.get();
}
setDependentLayers( QStringList() << mLayer->id() );
}

void QgsVectorFileWriterTask::cancel()
Expand Down

0 comments on commit 15f8cfb

Please sign in to comment.