Fix warning

git-svn-id: http://svn.osgeo.org/qgis/trunk@13484 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2010-05-14 08:30:58 +00:00
parent 0e4488a42b
commit dadca8c832

View File

@ -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