File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class QgsArchive
32
32
%End
33
33
34
34
35
- ~QgsArchive();
35
+ virtual ~QgsArchive();
36
36
%Docstring
37
37
Destructor
38
38
%End
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ namespace QgsZipUtils
38
38
39
39
bool zip( const QString &zip, const QStringList &files );
40
40
%Docstring
41
- Zip the list of files in the zip file. If the zip file yet exists or is
41
+ Zip the list of files in the zip file. If the zip file already exists or is
42
42
empty, an error is returned. If an input file does not exist, an error is
43
43
also returned.
44
44
\param zip The zip filename
45
- \param files The absolute path filles to embed within the zip
45
+ \param files The absolute path to files to embed within the zip
46
46
.. versionadded:: 3.0
47
47
:rtype: bool
48
48
%End
You can’t perform that action at this time.
0 commit comments