-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autogenerated sip file and remove =default in qgsstorebadlayerinf…
…o.h (rejected by travis)
- Loading branch information
Showing
2 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * | ||
************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters