Skip to content

Commit 9eeaa31

Browse files
committedJan 24, 2019
=default with extra-asterisk
1 parent 9fe2194 commit 9eeaa31

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎python/server/auto_generated/qgsstorebadlayerinfo.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Stores layer ids of bad layers
2121
#include "qgsstorebadlayerinfo.h"
2222
%End
2323
public:
24+
2425
QgsStoreBadLayerInfo();
2526
%Docstring
2627
Default constructor

‎src/server/qgsstorebadlayerinfo.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
class SERVER_EXPORT QgsStoreBadLayerInfo: public QgsProjectBadLayerHandler
3131
{
3232
public:
33-
/*Default constructor
33+
34+
/**
35+
* Default constructor
3436
*/
35-
QgsStoreBadLayerInfo() {}
37+
QgsStoreBadLayerInfo() = default;
3638

3739
/**
3840
* \brief handleBadLayers

0 commit comments

Comments
 (0)
Please sign in to comment.