URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=76ae74cea34c47e25e4e387ee3990ba7c1231e6e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
76ae74c by Guy Harris (guy@xxxxxxxxxxxx):
Get rid of unnecessary method override.
The conversation dialog doesn't do anything different with the name
resolution checkbox than any other subclasses of the traffic table
dialog do, so leave it up to the parent class.
Change-Id: I07f6c09b931ed10655f5921c0a4ab5d439dd6bcd
Reviewed-on: https://code.wireshark.org/review/15065
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 948342a Forcibly update all items if name resolution is turned on or off.
adds 76ae74c Get rid of unnecessary method override.
Summary of changes:
ui/qt/conversation_dialog.cpp | 5 -----
ui/qt/conversation_dialog.h | 1 -
2 files changed, 6 deletions(-)