Wireshark-commits: [Wireshark-commits] master 76ef2d2: Fix a compile error occurring on RedHat Ente
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=76ef2d2a3dff61f523cacc0ac868f5cc2b8f5a5f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
76ef2d2 by Jens Kilian (jens.kilian@xxxxxxxxxxxxx):
Fix a compile error occurring on RedHat Enterprise Linux Workstation release 7.0 (Maipo).
This fixes a compile error with Qt version 4.8.5-8 as installed in RHEL 7.0:
sequence_dialog.cpp: In member function 'void SequenceDialog::mouseMoved(QMouseEvent*)':
sequence_dialog.cpp:306:35: error: 'escape' is not a member of 'Qt'
QString raw_comment = Qt::escape(sai->comment);
^
Change-Id: Ibbf62123441645471d66aa329f0d63d0ee198017
Reviewed-on: https://code.wireshark.org/review/15682
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Actions performed:
from 6fa77a6 Add data structures necessary to support multiple Section Header blocks.
adds 76ef2d2 Fix a compile error occurring on RedHat Enterprise Linux Workstation release 7.0 (Maipo).
Summary of changes:
ui/qt/sequence_dialog.cpp | 4 ++++
1 file changed, 4 insertions(+)