Wireshark-commits: [Wireshark-commits] master e84d431: QT: Don't use qAsConst and C+11 on QT < 5.7

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2020 05:51:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e84d431e39b16c66fb2d98afbba8d851605cda8c
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e84d431 by John Thacker (johnthacker@xxxxxxxxx):

    QT: Don't use qAsConst and C+11 on QT < 5.7
    
    Introduced QT 5.7 calls in my recent change (also C+11, which is
    required for QT >= 5.7). Providing an alternate code path for QT < 5.7
    
    Change-Id: I866af35138d4691a659aee756ce9c3ce4ffb933f
    Reviewed-on: https://code.wireshark.org/review/37779
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  416ccd1   E212: allow to decode 5 digits long short IMSI used in MAP messages
     add  e84d431   QT: Don't use qAsConst and C+11 on QT < 5.7


Summary of changes:
 ui/qt/follow_stream_dialog.cpp     | 4 ++++
 ui/qt/show_packet_bytes_dialog.cpp | 4 ++++
 2 files changed, 8 insertions(+)