Skip to content

Commit

Permalink
patch #3263 from mbernasocchi
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15594 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Mar 25, 2011
1 parent 7672cbc commit bf9e9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgslegendinterface.h
Expand Up @@ -81,7 +81,7 @@ class GUI_EXPORT QgsLegendInterface : public QObject
public slots:

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

//! Remove group on index
Expand Down

0 comments on commit bf9e9d5

Please sign in to comment.