Wireshark-commits: [Wireshark-commits] master-2.0 8421ca2: Fix a compile error occurring on RedHat
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jun 2016 19:35:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8421ca23f81d0dc4a458da9778c73c1ca01f4e02
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

8421ca2 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>
    (cherry picked from commit 76ef2d2a3dff61f523cacc0ac868f5cc2b8f5a5f)
    Reviewed-on: https://code.wireshark.org/review/15690
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bb71afd   CSN1: fix dissection of variable bitmaps
    adds  8421ca2   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(+)