Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
=default with extra-asterisk
  • Loading branch information
mhugent committed Jan 24, 2019
1 parent 9fe2194 commit 9eeaa31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions python/server/auto_generated/qgsstorebadlayerinfo.sip.in
Expand Up @@ -21,6 +21,7 @@ Stores layer ids of bad layers
#include "qgsstorebadlayerinfo.h"
%End
public:

QgsStoreBadLayerInfo();
%Docstring
Default constructor
Expand Down
6 changes: 4 additions & 2 deletions src/server/qgsstorebadlayerinfo.h
Expand Up @@ -30,9 +30,11 @@
class SERVER_EXPORT QgsStoreBadLayerInfo: public QgsProjectBadLayerHandler
{
public:
/*Default constructor

/**
* Default constructor
*/
QgsStoreBadLayerInfo() {}
QgsStoreBadLayerInfo() = default;

/**
* \brief handleBadLayers
Expand Down

0 comments on commit 9eeaa31

Please sign in to comment.