diff options
author | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-05-28 20:27:44 (GMT) |
---|---|---|
committer | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-07-22 18:04:09 (GMT) |
commit | 4cb58c203242e6e24d1628673b145a038c93531f (patch) | |
tree | 356ef151ce3dd6b61013c9afb6723a7adb86ac89 /doc/src/snippets/code/src_gui_kernel_qshortcut.cpp | |
parent | 12913735db966558ac255780aaee0ec0d1096a8c (diff) | |
download | Qt-4cb58c203242e6e24d1628673b145a038c93531f.zip Qt-4cb58c203242e6e24d1628673b145a038c93531f.tar.gz Qt-4cb58c203242e6e24d1628673b145a038c93531f.tar.bz2 |
QGraphicsAnchorLayout: Temporary destructor to avoid memory leaks
Currently the itemCenterConstraints that are created when an item
is added to the layout are never being deleted.
Ideally this should be done by the time the item is removed from
the layout, this requires some changes in the data structures used
though. As a temporary solution we keep all of them until the
layout is destroyed.
Signed-off-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org>
Diffstat (limited to 'doc/src/snippets/code/src_gui_kernel_qshortcut.cpp')
0 files changed, 0 insertions, 0 deletions