[QGIS Commit] r9606 - trunk/code_examples/1_hello_world_qgis_style

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 9 03:41:33 EST 2008


Author: timlinux
Date: 2008-11-09 03:41:32 -0500 (Sun, 09 Nov 2008)
New Revision: 9606

Modified:
   trunk/code_examples/1_hello_world_qgis_style/tutorial1.html
Log:
Escape a < nicely



Modified: trunk/code_examples/1_hello_world_qgis_style/tutorial1.html
===================================================================
--- trunk/code_examples/1_hello_world_qgis_style/tutorial1.html	2008-11-09 00:14:12 UTC (rev 9605)
+++ trunk/code_examples/1_hello_world_qgis_style/tutorial1.html	2008-11-09 08:41:32 UTC (rev 9606)
@@ -70,7 +70,7 @@
   QgsVectorLayer * mypLayer = 
       new QgsVectorLayer(myLayerPath, myLayerBaseName, myProviderName);
   QgsSingleSymbolRenderer *mypRenderer = new QgsSingleSymbolRenderer(mypLayer->geometryType());
-  QList <QgsMapCanvasLayer> myLayerSet;
+  QList &lt;QgsMapCanvasLayer> myLayerSet;
   
   mypLayer->setRenderer(mypRenderer);
   if (mypLayer->isValid())



More information about the QGIS-commit mailing list