Skip to content

Commit

Permalink
improve support for geometry-less layers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14391 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 18, 2010
1 parent 93a56bb commit 0784676
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 175 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsvectordataprovider.cpp
Expand Up @@ -26,9 +26,9 @@
#include "qgslogger.h"

QgsVectorDataProvider::QgsVectorDataProvider( QString uri )
: QgsDataProvider( uri ),
mCacheMinMaxDirty( true ),
mFetchFeaturesWithoutGeom( true )
: QgsDataProvider( uri )
, mCacheMinMaxDirty( true )
, mFetchFeaturesWithoutGeom( true )
{
QSettings settings;
setEncoding( settings.value( "/UI/encoding", QString( "System" ) ).toString() );
Expand Down

0 comments on commit 0784676

Please sign in to comment.