Redraw the packet list when name resolution changes.
authorGerald Combs <gerald@wireshark.org>
Fri, 28 Aug 2015 23:46:17 +0000 (16:46 -0700)
committerGerald Combs <gerald@wireshark.org>
Mon, 31 Aug 2015 15:21:43 +0000 (15:21 +0000)
commit3bec655b9793ab1ec609cbd06388411b0decfe97
tree4bd6c8cec4ac9cfb450fa4a9d75a1aac25fddd53
parenta060183142f4eca019c546a01f8cecb28152e493
Redraw the packet list when name resolution changes.

Call columnsChanged (which invalidates cached column strings) when we
change our name resolution preferences from the View menu.

Remove the last sorted column tracking from gf19a173 while we're here
(it didn't work properly).

Bug: 11468
Change-Id: I7fea58d702b283028235d023f27ab0336d8643a4
Reviewed-on: https://code.wireshark.org/review/10301
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
ui/qt/main_window_slots.cpp
ui/qt/packet_list_model.cpp
ui/qt/packet_list_model.h