Skip to content

Commit

Permalink
Update documentation for QgsProjectArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 31, 2017
1 parent 47781e5 commit d551f9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion python/core/qgsarchive.sip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class QgsArchive
{
%Docstring
Class allowing to manage the zip/unzip actions on project
Class allowing to manage the zip/unzip actions
.. versionadded:: 3.0
%End

Expand Down Expand Up @@ -85,6 +85,10 @@ class QgsArchive

class QgsProjectArchive : QgsArchive
{
%Docstring
Class allowing to manage the zip/unzip actions on project file
.. versionadded:: 3.0
%End

%TypeHeaderCode
#include "qgsarchive.h"
Expand Down
8 changes: 7 additions & 1 deletion src/core/qgsarchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* \class QgsArchive
* \ingroup core
* \brief Class allowing to manage the zip/unzip actions on project
* \brief Class allowing to manage the zip/unzip actions
* \since QGIS 3.0
*/
class CORE_EXPORT QgsArchive
Expand Down Expand Up @@ -101,6 +101,12 @@ class CORE_EXPORT QgsArchive
#endif
};

/**
* \class QgsProjectArchive
* \ingroup core
* \brief Class allowing to manage the zip/unzip actions on project file
* \since QGIS 3.0
*/
class CORE_EXPORT QgsProjectArchive : public QgsArchive
{
public:
Expand Down

0 comments on commit d551f9b

Please sign in to comment.