Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an Q_ASSERT failure in the Print Composer when "Adding new vect l…
…egend" and then clicking it into place on the composer canvas. This appears to be because of the use of QWidget::removeChild in QgsComposer::removeWidgetChildren, which is a Qt3 idiom (it doesn't appear in the Qt4.1 API). A QWidget::setParent(0) idiom is now used instead. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5611 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information