Wireshark-commits: [Wireshark-commits] master 5e8649b: Qt: Don't use QStyleOptionViewItemV4.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e8649bd59f2acac3a95c158f2ecba179ef6ae27
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5e8649b by Gerald Combs (gerald@xxxxxxxx):
Qt: Don't use QStyleOptionViewItemV4.
It was deprecated in Qt 5.7. Just use QStyleOptionViewItem.
Change-Id: I890305a11393940e21bdc68d90ca6602ade16769
Reviewed-on: https://code.wireshark.org/review/16137
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4addfc6 Add an RA_INTERFACES register action.
adds 5e8649b Qt: Don't use QStyleOptionViewItemV4.
Summary of changes:
ui/qt/percent_bar_delegate.cpp | 26 +++++++++++-----------
ui/qt/related_packet_delegate.cpp | 44 ++++++++++++++++++++++---------------
ui/qt/sparkline_delegate.cpp | 16 +++++++-------
3 files changed, 47 insertions(+), 39 deletions(-)