mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Changed default behaviour for a vector layer to NOT support saving as a shapefile
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2321 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b2979fb4b7
commit
f31a17bc16
@ -55,5 +55,5 @@ bool QgsVectorDataProvider::supportsFeatureDeletion()
|
||||
bool QgsVectorDataProvider::supportsSaveAsShapefile()
|
||||
{
|
||||
// default implementation is no support
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user