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 1212class QgsArchive
1313{
1414%Docstring
15- Class allowing to manage the zip/unzip actions on project
15+ Class allowing to manage the zip/unzip actions
1616.. versionadded:: 3.0
1717%End
1818
@@ -85,6 +85,10 @@ class QgsArchive
8585
8686class QgsProjectArchive : QgsArchive
8787{
88+ %Docstring
89+ Class allowing to manage the zip/unzip actions on project file
90+ .. versionadded:: 3.0
91+ %End
8892
8993%TypeHeaderCode
9094#include "qgsarchive.h"
Original file line number Diff line number Diff line change 2828/* *
2929 * \class QgsArchive
3030 * \ingroup core
31- * \brief Class allowing to manage the zip/unzip actions on project
31+ * \brief Class allowing to manage the zip/unzip actions
3232 * \since QGIS 3.0
3333 */
3434class CORE_EXPORT QgsArchive
@@ -101,6 +101,12 @@ class CORE_EXPORT QgsArchive
101101#endif
102102};
103103
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+ */
104110class CORE_EXPORT QgsProjectArchive : public QgsArchive
105111{
106112 public:
You can’t perform that action at this time.
0 commit comments