Wireshark-commits: [Wireshark-commits] master 9ad00fd: Qt: Fix for QT < 4.8

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2015 17:20:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ad00fdcb809971ce76487679bfdedbd73433a94
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ad00fd by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt: Fix for QT < 4.8
    
    QApplication::queryKeyboardModifiers() was introduced in 4.8.
    Try to be compatibile with my old Qt 4.7.2.
    
    Change-Id: Ie4abdd397cf2f10bb50132b09fed198d30425ee7
    Reviewed-on: https://code.wireshark.org/review/7289
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  8e43698   Set phdr encap for pcap file
    adds  9ad00fd   Qt: Fix for QT < 4.8


Summary of changes:
 ui/qt/proto_tree.cpp |    4 ++++
 1 file changed, 4 insertions(+)