Wireshark-commits: [Wireshark-commits] master b84b3f9: Qt ui code: fix qreal type problems on ARM p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Jun 2016 01:59:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b84b3f9f1d8577255a9d83c81277ebc53bcac68d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b84b3f9 by Zdeněk Žamberský (zzdevel@xxxxxxxxx):

    Qt ui code: fix qreal type problems on ARM platform
    
    fixing problems in qt ui code comming from the fact that qreal type is float on
    ARM platform and double on other platforms, which causes build errors on ARM
    (not all casts are probably strictly necessary)
    
    Bug: 12483
    Change-Id: Ife5e6d3649a7ee1ad4e7eadffe9f4484ff2718de
    Reviewed-on: https://code.wireshark.org/review/15723
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bb246f5   Since Wireshark has also supported Npcap in Npcap mode, let's make WinPcap installing option unchecked by default.
    adds  b84b3f9   Qt ui code: fix qreal type problems on ARM platform


Summary of changes:
 ui/qt/color_utils.cpp        |    2 +-
 ui/qt/lbm_uimflow_dialog.cpp |    8 ++---
 ui/qt/main_window_slots.cpp  |    6 ++--
 ui/qt/qcustomplot.cpp        |   74 +++++++++++++++++++++---------------------
 ui/qt/sequence_dialog.cpp    |    8 ++---
 5 files changed, 49 insertions(+), 49 deletions(-)