URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c4b9095e61e57dab49eb465f920b42aa2c21225
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
7c4b909 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Fix an I/O graph crash.
QTreeWidget::removeItemWidget calls QAbstractItemView::setIndexWidget,
which deletes the current item widget. As a result we shouldn't try to
delete itemWidgets ourselves.
Add a note explaining why we use hand-crafted item widgets instead of a
custom item delegate.
Bug: 11449
Change-Id: I485bacc0fae60ea3174e003ef0032948ee5c720f
Reviewed-on: https://code.wireshark.org/review/10820
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit 082b0d7ba279b0a87eb2620f2875b77fd24e7931)
Reviewed-on: https://code.wireshark.org/review/10837
Actions performed:
from 6e9b1b3 openSAFETY: Add Producer ID to info field
adds 7c4b909 Fix an I/O graph crash.
Summary of changes:
ui/qt/io_graph_dialog.cpp | 43 +++++++++++--------------------------------
ui/qt/io_graph_dialog.h | 2 --
2 files changed, 11 insertions(+), 34 deletions(-)