Files
qt-creator/src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h
Ulf Hermann 517e954ff1 QmlProfiler: Avoid some compiler warnings
If size_t is 32bit wide, any comparison to qint64Max is pointless. And
in order to compare a size_t to intMax, we need to cast intMax to
size_t.

Change-Id: Ida1945ca0cd8865b8d8620c8b23b7e21a20dc43c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2018-09-18 13:47:37 +00:00

7.1 KiB