Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
3nids committed Apr 22, 2020
1 parent f5691e1 commit a270618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsfeaturelistview.cpp
Expand Up @@ -477,7 +477,7 @@ void QgsFeatureListView::setFeatureSelectionManager( QgsIFeatureSelectionManager
if ( mFeatureSelectionModel )
mFeatureSelectionModel->setFeatureSelectionManager( mFeatureSelectionManager );

// only delete the owner selection manager and not one created from outside
// only delete the owned selection manager and not one created from outside
if ( mOwnedFeatureSelectionManager )
{
mOwnedFeatureSelectionManager->deleteLater();
Expand Down

0 comments on commit a270618

Please sign in to comment.