bug3263docFix.diff

Fixing documentation string - Marco Bernasocchi, 2011-03-24 05:17 PM

Download (538 Bytes)

View differences:

src/gui/qgslegendinterface.h (working copy)
81 81
  public slots:
82 82

  
83 83
    //! 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
85 85
    virtual int addGroup( QString name, bool expand = true, QTreeWidgetItem* parent = 0 ) = 0;
86 86

  
87 87
    //! Remove group on index