URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe62cb6a14f6a1f1eeb7f362ff98987529e9e7ed
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
fe62cb6 by Dario Lombardo (lomato@xxxxxxxxx):
Qt: fix the constructor call in display_filter_edit.
Fix the error:
../ui/qt/widgets/display_filter_edit.cpp:618:31: error: no matching constructor for initialization of 'QAction'
QAction * andAction = new QAction(tr("...and selected"));
^ ~~~~~~~~~~~~~~~~~~~~~
[...]
4 errors generated.
Change-Id: I0c37a0a2ea021a4d3dcd6c2a66039bf4625ec7d9
Reviewed-on: https://code.wireshark.org/review/33595
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from cf9817b P2P: update Group Capability Bitmap definition
add fe62cb6 Qt: fix the constructor call in display_filter_edit.
Summary of changes:
ui/qt/widgets/display_filter_edit.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)