mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Remove expectedFailure decorator for vector file writer test. Small doc updates for vfile writer
This commit is contained in:
parent
1a26f593e2
commit
c064933677
@ -69,7 +69,10 @@ class CORE_EXPORT QgsVectorFileWriter
|
||||
);
|
||||
|
||||
/** Write contents of vector layer to an (OGR supported) vector formt
|
||||
@note: this method was added in version 1.5*/
|
||||
@note: this method was added in version 1.5
|
||||
@param newFileName QString pointer which will contain the new file name created
|
||||
(in case it is different to fileName).
|
||||
*/
|
||||
static WriterError writeAsVectorFormat( QgsVectorLayer* layer,
|
||||
const QString& fileName,
|
||||
const QString& fileEncoding,
|
||||
|
Loading…
x
Reference in New Issue
Block a user