Skip to content

Commit 0c4aae1

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/providers/grass/qgsgrass.cpp

Lines changed: 3 additions & 0 deletions
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)