Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 31, 2017
1 parent 4253a44 commit 74b3823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsarchive.sip
Expand Up @@ -32,7 +32,7 @@ class QgsArchive
%End


~QgsArchive();
virtual ~QgsArchive();
%Docstring
Destructor
%End
Expand Down
4 changes: 2 additions & 2 deletions python/core/qgsziputils.sip
Expand Up @@ -38,11 +38,11 @@ namespace QgsZipUtils

bool zip( const QString &zip, const QStringList &files );
%Docstring
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
.. versionadded:: 3.0
:rtype: bool
%End
Expand Down

0 comments on commit 74b3823

Please sign in to comment.