We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0e4488a commit dadca8cCopy full SHA for dadca8c
src/gui/qgslegendinterface.h
@@ -51,7 +51,7 @@ class GUI_EXPORT QgsLegendInterface : public QObject
51
virtual QStringList groups() = 0;
52
53
//! Return the relationship between groups and layers in the legend
54
- virtual QList< GroupLayerInfo > groupLayerRelationship() {}
+ virtual QList< GroupLayerInfo > groupLayerRelationship() { return QList< GroupLayerInfo >(); }
55
56
//! Return all layers in the project in legend order
57
//! @note added in 1.5
0 commit comments