[QGIS Commit] r15594 - trunk/qgis/src/gui
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Mar 24 20:22:09 EDT 2011
Author: borysiasty
Date: 2011-03-24 17:22:09 -0700 (Thu, 24 Mar 2011)
New Revision: 15594
Modified:
trunk/qgis/src/gui/qgslegendinterface.h
Log:
patch #3263 from mbernasocchi
Modified: trunk/qgis/src/gui/qgslegendinterface.h
===================================================================
--- trunk/qgis/src/gui/qgslegendinterface.h 2011-03-24 20:06:14 UTC (rev 15593)
+++ trunk/qgis/src/gui/qgslegendinterface.h 2011-03-25 00:22:09 UTC (rev 15594)
@@ -81,7 +81,7 @@
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
More information about the QGIS-commit
mailing list