Skip to content

Commit bf9e9d5

Browse files
author
borysiasty
committed
patch #3263 from mbernasocchi
git-svn-id: http://svn.osgeo.org/qgis/trunk@15594 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7672cbc commit bf9e9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgslegendinterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class GUI_EXPORT QgsLegendInterface : public QObject
8181
public slots:
8282

8383
//! Add a new group
84-
//! forceAtEnd forces the new group to be created at the end of the legend
84+
//! a parent group can be given to nest the new group in it
8585
virtual int addGroup( QString name, bool expand = true, QTreeWidgetItem* parent = 0 ) = 0;
8686

8787
//! Remove group on index

0 commit comments

Comments
 (0)