Skip to content

Commit

Permalink
Remove expectedFailure decorator for vector file writer test. Small d…
Browse files Browse the repository at this point in the history
…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.
5 changes: 4 additions & 1 deletion src/core/qgsvectorfilewriter.h
Expand Up @@ -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,
Expand Down

0 comments on commit c064933

Please sign in to comment.