mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@13484 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0e4488a42b
commit
dadca8c832
@ -51,7 +51,7 @@ class GUI_EXPORT QgsLegendInterface : public QObject
|
|||||||
virtual QStringList groups() = 0;
|
virtual QStringList groups() = 0;
|
||||||
|
|
||||||
//! Return the relationship between groups and layers in the legend
|
//! Return the relationship between groups and layers in the legend
|
||||||
virtual QList< GroupLayerInfo > groupLayerRelationship() {}
|
virtual QList< GroupLayerInfo > groupLayerRelationship() { return QList< GroupLayerInfo >(); }
|
||||||
|
|
||||||
//! Return all layers in the project in legend order
|
//! Return all layers in the project in legend order
|
||||||
//! @note added in 1.5
|
//! @note added in 1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user