Wireshark-commits: [Wireshark-commits] master-2.0 bfb1d6d: Qt ui code: fix qreal type problems on A
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfb1d6d37669653b1fe4c5e82148ab7064dd1a70
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
bfb1d6d 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>
(cherry picked from commit b84b3f9f1d8577255a9d83c81277ebc53bcac68d)
Reviewed-on: https://code.wireshark.org/review/15724
Actions performed:
from 4139555 Remove an ellipsis UTF-8 character in gsignal.h
adds bfb1d6d 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(-)