Skip to content

Commit 450887e

Browse files
committed
Fix documentation test
1 parent 2e6d125 commit 450887e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

python/core/qgserror.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ class QgsError
7878
public:
7979

8080
QgsError();
81+
%Docstring
82+
Constructor for QgsError
83+
%End
8184

8285
QgsError( const QString &message, const QString &tag );
8386
%Docstring

src/core/qgserror.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class CORE_EXPORT QgsError
8484
{
8585
public:
8686

87+
//! Constructor for QgsError
8788
QgsError() = default;
8889

8990
/**

src/plugins/qgsapplydialog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class QgsApplyDialog: public QDialog
2929
Q_OBJECT
3030

3131
public:
32+
33+
//! Constructor for QgsApplyDialog
3234
QgsApplyDialog() = default;
3335

3436
/**

0 commit comments

Comments
 (0)