Skip to content

Commit c064933

Browse files
committedNov 22, 2012
Remove expectedFailure decorator for vector file writer test. Small doc updates for vfile writer
1 parent 1a26f59 commit c064933

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/core/qgsvectorfilewriter.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ class CORE_EXPORT QgsVectorFileWriter
6969
);
7070

7171
/** Write contents of vector layer to an (OGR supported) vector formt
72-
@note: this method was added in version 1.5*/
72+
@note: this method was added in version 1.5
73+
@param newFileName QString pointer which will contain the new file name created
74+
(in case it is different to fileName).
75+
*/
7376
static WriterError writeAsVectorFormat( QgsVectorLayer* layer,
7477
const QString& fileName,
7578
const QString& fileEncoding,

0 commit comments

Comments
 (0)
Please sign in to comment.