We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a994582 commit 206080bCopy full SHA for 206080b
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