Skip to content

Commit 30c03a9

Browse files
author
rblazek
committed
list vector dirs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5035 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 29be5dc commit 30c03a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/providers/grass/qgsgrass.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,13 @@ QStringList QgsGrass::vectors ( QString mapsetPath )
570570

571571
for ( int i = 0; i < d.count(); i++ )
572572
{
573+
/*
573574
if ( QFile::exists ( mapsetPath + "/vector/" + d[i] + "/head" ) )
574575
{
575576
list.append(d[i]);
576577
}
578+
*/
579+
list.append(d[i]);
577580
}
578581
return list;
579582
}

0 commit comments

Comments
 (0)