Skip to content

Commit 4875071

Browse files
author
timlinux
committed
fix example xml naming
git-svn-id: http://svn.osgeo.org/qgis/trunk@9148 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent beeef87 commit 4875071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ static QgsProjectVersion _getVersion( QDomDocument const &doc )
609609
@note XML of form:
610610
611611
<maplayer type="vector">
612-
<layerName>Hydrop</layerName>
612+
<layername>Hydrop</layername>
613613
<datasource>/data/usgs/city_shp/hydrop.shp</datasource>
614614
<zorder>0</zorder>
615615
<provider>ogr</provider>

0 commit comments

Comments
 (0)