mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add autogenerated sip file and remove =default in qgsstorebadlayerinfo.h (rejected by travis)
This commit is contained in:
parent
156cb7162d
commit
b5a4875536
51
python/server/auto_generated/qgsstorebadlayerinfo.sip.in
Normal file
51
python/server/auto_generated/qgsstorebadlayerinfo.sip.in
Normal file
@ -0,0 +1,51 @@
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/server/qgsstorebadlayerinfo.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsStoreBadLayerInfo: QgsProjectBadLayerHandler
|
||||
{
|
||||
%Docstring
|
||||
Stores layer ids of bad layers
|
||||
|
||||
.. versionadded:: 3.6
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsstorebadlayerinfo.h"
|
||||
%End
|
||||
public:
|
||||
QgsStoreBadLayerInfo();
|
||||
%Docstring
|
||||
Default constructor
|
||||
%End
|
||||
|
||||
void handleBadLayers( const QList<QDomNode> &layers );
|
||||
%Docstring
|
||||
handleBadLayers
|
||||
|
||||
:param layers: layer nodes
|
||||
%End
|
||||
|
||||
QStringList badLayers() const;
|
||||
%Docstring
|
||||
badLayers
|
||||
|
||||
:return: ids of bad layers
|
||||
%End
|
||||
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/server/qgsstorebadlayerinfo.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
@ -19,6 +19,7 @@
|
||||
#define QGSSTOREBADLAYERINFO_H
|
||||
|
||||
#include "qgsprojectbadlayerhandler.h"
|
||||
#include "qgis_server.h"
|
||||
#include <QStringList>
|
||||
|
||||
/**
|
||||
@ -26,12 +27,12 @@
|
||||
* Stores layer ids of bad layers
|
||||
* \since QGIS 3.6
|
||||
*/
|
||||
class QgsStoreBadLayerInfo: public QgsProjectBadLayerHandler
|
||||
class SERVER_EXPORT QgsStoreBadLayerInfo: public QgsProjectBadLayerHandler
|
||||
{
|
||||
public:
|
||||
/*Default constructor
|
||||
*/
|
||||
QgsStoreBadLayerInfo() = default;
|
||||
QgsStoreBadLayerInfo(){}
|
||||
|
||||
/**
|
||||
* \brief handleBadLayers
|
||||
|
Loading…
x
Reference in New Issue
Block a user