URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dae527d682edc60ae8539d417ad826318df95830
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
dae527d by Dario Lombardo (lomato@xxxxxxxxx):
Qt: fix constructor in packet_list_header.
Error:
../ui/qt/widgets/packet_list_header.cpp:198:31: error: no matching constructor for initialization of 'QAction'
QAction *action = new QAction(get_column_title(cnt));
^ ~~~~~~~~~~~~~~~~~~~~~
Change-Id: Ia4c3bec1859dc26edc19398d50ad1e46f0f6b0ed
Reviewed-on: https://code.wireshark.org/review/33609
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 4e1e2d9 Qt: fix typo in stock_icon.
add dae527d Qt: fix constructor in packet_list_header.
Summary of changes:
ui/qt/widgets/packet_list_header.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)