mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Make doc coverage test happy
This commit is contained in:
parent
2c9f1ff579
commit
899ea38d02
@ -68,6 +68,7 @@ class QgsLayerTreeMapCanvasBridge : QObject
|
||||
|
||||
void defaultLayerOrder( QgsLayerTreeNode* node, QStringList& order ) const;
|
||||
|
||||
//! Fill canvasLayers and overviewLayers lists from node and its descendants
|
||||
void setCanvasLayers( QgsLayerTreeNode* node, QList<QgsMapLayer*> &canvasLayers, QList<QgsMapLayer*>& overviewLayers );
|
||||
|
||||
void deferredSetCanvasLayers();
|
||||
|
@ -95,6 +95,7 @@ class GUI_EXPORT QgsLayerTreeMapCanvasBridge : public QObject
|
||||
|
||||
void defaultLayerOrder( QgsLayerTreeNode* node, QStringList& order ) const;
|
||||
|
||||
//! Fill canvasLayers and overviewLayers lists from node and its descendants
|
||||
void setCanvasLayers( QgsLayerTreeNode* node, QList<QgsMapLayer*> &canvasLayers, QList<QgsMapLayer*>& overviewLayers );
|
||||
|
||||
void deferredSetCanvasLayers();
|
||||
|
Loading…
x
Reference in New Issue
Block a user