Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix documentation test
  • Loading branch information
nyalldawson committed Nov 11, 2017
1 parent 2e6d125 commit 450887e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgserror.sip
Expand Up @@ -78,6 +78,9 @@ class QgsError
public:

QgsError();
%Docstring
Constructor for QgsError
%End

QgsError( const QString &message, const QString &tag );
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/core/qgserror.h
Expand Up @@ -84,6 +84,7 @@ class CORE_EXPORT QgsError
{
public:

//! Constructor for QgsError
QgsError() = default;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/qgsapplydialog.h
Expand Up @@ -29,6 +29,8 @@ class QgsApplyDialog: public QDialog
Q_OBJECT

public:

//! Constructor for QgsApplyDialog
QgsApplyDialog() = default;

/**
Expand Down

0 comments on commit 450887e

Please sign in to comment.