Remove expectedFailure decorator for vector file writer test. Small doc updates for vfile writer

This commit is contained in:
Tim Sutton 2012-11-22 11:14:16 +02:00
parent 1a26f593e2
commit c064933677

View File

@ -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,