Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
list vector dirs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5035 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 16, 2006
1 parent 29be5dc commit 30c03a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/grass/qgsgrass.cpp
Expand Up @@ -570,10 +570,13 @@ QStringList QgsGrass::vectors ( QString mapsetPath )

for ( int i = 0; i < d.count(); i++ )
{
/*
if ( QFile::exists ( mapsetPath + "/vector/" + d[i] + "/head" ) )
{
list.append(d[i]);
}
*/
list.append(d[i]);
}
return list;
}
Expand Down

0 comments on commit 30c03a9

Please sign in to comment.