File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 12
12
class QgsArchive
13
13
{
14
14
%Docstring
15
- Class allowing to manage the zip/unzip actions on project
15
+ Class allowing to manage the zip/unzip actions
16
16
.. versionadded:: 3.0
17
17
%End
18
18
@@ -85,6 +85,10 @@ class QgsArchive
85
85
86
86
class QgsProjectArchive : QgsArchive
87
87
{
88
+ %Docstring
89
+ Class allowing to manage the zip/unzip actions on project file
90
+ .. versionadded:: 3.0
91
+ %End
88
92
89
93
%TypeHeaderCode
90
94
#include "qgsarchive.h"
Original file line number Diff line number Diff line change 28
28
/* *
29
29
* \class QgsArchive
30
30
* \ingroup core
31
- * \brief Class allowing to manage the zip/unzip actions on project
31
+ * \brief Class allowing to manage the zip/unzip actions
32
32
* \since QGIS 3.0
33
33
*/
34
34
class CORE_EXPORT QgsArchive
@@ -101,6 +101,12 @@ class CORE_EXPORT QgsArchive
101
101
#endif
102
102
};
103
103
104
+ /* *
105
+ * \class QgsProjectArchive
106
+ * \ingroup core
107
+ * \brief Class allowing to manage the zip/unzip actions on project file
108
+ * \since QGIS 3.0
109
+ */
104
110
class CORE_EXPORT QgsProjectArchive : public QgsArchive
105
111
{
106
112
public:
You can’t perform that action at this time.
0 commit comments