Skip to content
Permalink
Browse files
Remove expectedFailure decorator for vector file writer test. Small d…
…oc updates for vfile writer
  • Loading branch information
timlinux committed Nov 22, 2012
1 parent 1a26f59 commit c064933
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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,

0 comments on commit c064933

Please sign in to comment.