Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 31, 2017
1 parent 676dc8c commit b0ec92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsziputils.h
Expand Up @@ -46,11 +46,11 @@ namespace QgsZipUtils
*/
CORE_EXPORT bool unzip( const QString &zip, const QString &dir, QStringList &files SIP_OUT );

/** Zip the list of files in the zip file. If the zip file yet exists or is
/** Zip the list of files in the zip file. If the zip file already exists or is
* empty, an error is returned. If an input file does not exist, an error is
* also returned.
* \param zip The zip filename
* \param files The absolute path filles to embed within the zip
* \param files The absolute path to files to embed within the zip
* \since QGIS 3.0
*/
CORE_EXPORT bool zip( const QString &zip, const QStringList &files );
Expand Down

0 comments on commit b0ec92a

Please sign in to comment.