Qt: Fix -Wshorten-64-to-32 warnings
authorStig Bjørlykke <stig@bjorlykke.org>
Tue, 28 Feb 2017 09:19:28 +0000 (10:19 +0100)
committerStig Bjørlykke <stig@bjorlykke.org>
Tue, 28 Feb 2017 11:41:32 +0000 (11:41 +0000)
commit26e62dfad07a02efc03e4c08c3c6b08e5c5d2076
tree846ad87bc08c4c242fd55a6d45a1e1fe7c736cd5
parent311b1ee70072531352262f3a47181e89472e3109
Qt: Fix -Wshorten-64-to-32 warnings

Fix some warnings when building with -Wshorten-64-to-32 flag for
C++ code.

Fixes for warnings from QList, QTimer and QVector has been pushed
upstream, so some time we may be able to enable this flag for C++.

Change-Id: Iae7457f9afc469c63f3edbe23dbf272b5c6c9e5e
Reviewed-on: https://code.wireshark.org/review/20310
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
ui/qt/byte_view_text.cpp
ui/qt/file_set_dialog.cpp
ui/qt/iax2_analysis_dialog.cpp
ui/qt/import_text_dialog.cpp
ui/qt/io_graph_dialog.cpp
ui/qt/qcustomplot.cpp
ui/qt/qt_ui_utils.cpp
ui/qt/rtp_analysis_dialog.cpp
ui/qt/tcp_stream_dialog.cpp