Skip to content

Commit 2c37896

Browse files
committedMay 12, 2013
Documentation fix
1 parent 1f7f2b3 commit 2c37896

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎src/core/qgsvectorlayer.h

+11-1
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,19 @@ struct CORE_EXPORT QgsVectorJoinInfo
375375
* Defines the coordinate reference system used for the layer. This can be
376376
* any string accepted by QgsCoordinateReferenceSystem::createFromString()
377377
*
378+
* -subsetIndex=(yes|no)
379+
*
380+
* Determines whether the provider generates an index to improve the efficiency
381+
* of subsets. The default is yes
382+
*
383+
* -spatialIndex=(yes|no)
384+
*
385+
* Determines whether the provider generates a spatial index. The default is no.
386+
*
378387
* -useWatcher=(yes|no)
379388
*
380-
* Defines whether the file will be monitored for changes
389+
* Defines whether the file will be monitored for changes. The default is
390+
* to monitor for changes.
381391
*
382392
* - quiet
383393
*

0 commit comments

Comments
 (0)
Please sign in to comment.