Skip to content
Permalink
Browse files
commited some test code in qgisapp.cpp in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6056 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 6, 2006
1 parent e5ba35f commit 1accfad
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1820,7 +1820,7 @@ bool QgisApp::addLayer(QStringList const &theLayerQStringList, const QString& en

// create the layer

QgsVectorLayer *layer = new QgsVectorLayer(*it, base, "GML");
QgsVectorLayer *layer = new QgsVectorLayer(*it, base, "ogr");
Q_CHECK_PTR( layer );
// set the visibility based on user preference for newly added
// layers

0 comments on commit 1accfad

Please sign in to comment.