Skip to content

Commit

Permalink
commited some test code in qgisapp.cpp in last commit
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/gui/qgisapp.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 1accfad

Please sign in to comment.