Skip to content

Commit

Permalink
Update src/core/providers/qgsprovidersublayermodel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and nyalldawson committed Jul 6, 2021
1 parent 9a02446 commit 8d68fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/qgsprovidersublayermodel.cpp
Expand Up @@ -103,7 +103,7 @@ int QgsProviderSublayerModel::rowCount( const QModelIndex &parent ) const
}
else
{
//no children for nw
//no children for now
return 0;
}
}
Expand Down

0 comments on commit 8d68fdc

Please sign in to comment.